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


.hide { display:none; }



#container {
	width:780px;
	height:400px;
	background:#ffffff;
	overflow:hidden;
}



#picture_section {
	padding:7px 0 7px 7px;
	width:780px;
	height:332px;
	overflow:hidden;
	margin-left:85px;
}
	#inside {
		width:590px;
		height:332px;
	}
	#picture_section img {
		border:0;
		height:50px;
		width:111px;
		background:#333;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
	}

#controls_vert { 
	background:#EBD4AD;
	width:600px;
	height:23px;
	border-top:1px solid #9B5E37;
	margin-left:85px;
}
#controls_horz { 
	background:#EBD4AD;
	width:600px;
	height:23px;
	border-top:1px solid #9B5E37;
	display:none;
	margin-left:85px;
}
	#up {
		height:10px;
		width:10px;
		margin-right:7px;
		background:url(up.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:10px;
		width:10px;
		background:url(down.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	#left { 
		height:10px;
		width:10px;
		background:url(left.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:10px;
		width:10px;
		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=20); cursor:default; }
	div#down.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#right.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#left.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }

#display_picture_container {
	position:absolute;
	top:390px;
	width:700px;
	height:410px;
	padding-top:10px;
	padding-left:5px;

}

#display_picture {
	position:absolute;
	top:95px;
	width:596px;
	height:325px;
	background:#ffffff;
	opacity:0.8; filter:alpha(opacity=80); 
	text-align:center;
	font-size:11px;
	padding-top:16px;
}
	
#display_picture_img {
	position:absolute;
	top:140px;
	height:272px;
	width:530px;
	cursor:pointer;
	padding-left:27px;
}