* { margin:0; padding:0; outline:none; }

.hide { display:none; }


#container {
	position:absolute;
	width:660px;
	height:500px;
	overflow:hidden;
}

h1 {
	width:660px;
	height:29px;
	padding-left:7px;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
}

#picture_section {
	padding:7px 0 7px 7px;
	width:660px;
	height:375px;
	overflow:hidden;
}
	#inside {
		width:660px;
		height:375px;
	}
	#picture_section img {
		border:0;
		height:114px;
		width:114px;
		float:left;
		margin-bottom:15px;
		margin-right:15px;
		cursor:pointer;
		border:1px solid #72b74b;
	}

#controls_vert { 
	width:650px;
	height:23px;
}
#controls_horz { 
	width:650px;
	height:23px;
	display:none;
}
	#up {
		height:54px;
		width:36px;
		margin-right:7px;
		background:url(up.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:54px;
		width:36px;
		background:url(down.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	#left { 
		height:43px;
		width:63px;
		background:url(left.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:43px;
		width:63px;
		background:url(right.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	div#up.deactivated { opacity:0.2; filter:alpha(opacity=50); cursor:default; }
	div#down.deactivated { opacity:0.2; filter:alpha(opacity=50); cursor:default; }
	div#right.deactivated { opacity:0.2; filter:alpha(opacity=50); cursor:default; }
	div#left.deactivated { opacity:0.2; filter:alpha(opacity=50); cursor:default; }

#display_picture_container {
	position:absolute;
	width:660px;
	height:400px;
	padding-top:2px;
	padding-left:2px;
}

#display_picture {
	//position:absolute;
	width:650px;
	height:370px;
	background:#FFF;
	opacity:0.8; filter:alpha(opacity=80); 
	text-align:center;
	font-size:13px;
	color:#29420B;
	font-weight: bold;
	padding-top:16px;
	border:1px solid #72b74b;
}
	
#display_picture_img {
	position:absolute;
	top:30px;
	left:105px;
	height:333px;
	width:444px;
	cursor:pointer;
}