* { margin:0; padding:0; outline:none; }

.hide { display:none; }



#container {
	width:824px;
	height:auto;
	background:#111;
	overflow:hidden;
	border:1px solid #333;
	top: 0px;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#picture_section {
	width:820px;
	height:400px;
	overflow:hidden;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 6px;
}
	#inside {
		width:785px;
		height:388px;
	}
	#picture_section img {
		border:0;
		height:88px;
		width:150px;
		float:left;
		background:#333;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
	}

#controls_vert { 
	background:#222;
	width:824px;
	height:52px;
	border-top:1px solid #333;
}
#controls_horz { 
	background:#222;
	width:824px;
	height:52px;
	border-top:1px solid #333;
	display:none;
}
	#up {
		height:40px;
		width:40px;
		margin-right:6px;
		background:url(up.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:6px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:40px;
		width:40px;
		background:url(down.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:6px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	#left { 
		height:40px;
		width:40px;
		background:url(left.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:6px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:40px;
		width:40px;
		background:url(right.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:6px;
		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:0px;
	left:0;
	width:824px;
	height:450px;
	padding-top:0px;
}

#display_picture {
	position:absolute;
	top:0px;
	left:0px;
	width:824px;
	height:448px;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align:center;
	font-size:14px;
	padding-top:0px;
	color: #FFFFFF;
}
	
#display_picture_img {
	position:absolute;
	top:55px;
	left:77px;
	height:390px;
	width:670px;
	cursor:pointer;
}
