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

.hide { display:none; }


#container {
	width:780px;
	height:440px;
	background:#FFF;
	overflow:hidden;
	margin: 0 auto;
}

#picture_section {
	padding:5px;
	width:590px;
	height:402px;
	margin: 0 auto;
	background-color: #333333;
	overflow:hidden;
}
	#inside {
	width:590px;
	height:400px;
	}
	#picture_section img {
		border:0;
		height:57px;
		width:111px;
		float:left;
		background:#333;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
	}

#controls_vert {
	background:#222;
	width:600px;
	height:23px;
	border-top:1px solid #333;
	margin: 0 auto;
}
#controls_horz {
	background:#222;
	width:600px;
	height:23px;
	border-top:1px solid #333;
	display:none;
	margin: 0 auto;
}
	#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 {
	width:530px;
	height:330px;
	padding-top:16px;
	position: absolute;
	left: 270px;
	top: 190px;
	background-color: 111;
}

#display_picture {
	position:absolute;
	top:0px;
	left:-20px;
	width:570px;
	height:360px;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align:center;
	font-size:10px;
	padding-top:6px;
}
	
#display_picture_img {
	position:absolute;
	top:25px;
	left:0px;
	height:330px;
	width:530px;
	cursor:pointer;
}
