
.hide { display:none; }

#container {
margin-top: 30px;
padding-top: 7px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	width:662px;
	height:540px;
	background:#111;
	overflow:hidden;
	border:1px solid #333;
}

h4 {
margin-top: 0px;
	background:#222;
	width:659px;
	height:20px;
	padding:0px 0px 0px 7px;
	border-bottom:1px solid #333;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
}

#picture_section {
	margin-top: -10px;
	padding:0px 7px 7px 7px;
	width:662px;
	height:469px;
	overflow:hidden;
}
	#inside {
		width:662px;
		height:462px;
	}
	#picture_section img {
		border:0;
		height:82px;
		width:124px;
		float:left;
		background:#333;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
	}

#controls_vert { 
	background:#222;
	width:669px;
	height:28px;
	border-top:1px solid #333;
}
#controls_horz { 
	background:#222;
	width:669px;
	height:28px;
	border-top:1px solid #333;
	display:none;
}
	#up {
		height:17px;
		width:17px;
		margin-right:7px;
		background:url(up.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:17px;
		width:17px;
		background:url(down.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	#left { 
		height:17px;
		width:17px;
		background:url(left.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:17px;
		width:17px;
		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:0;
	left:0;
	width:700px;
	height:400px;
}

#display_picture {
	position:absolute;
	top:567px;
	left:279px;
	width:596px;
	height:410px;
	background:#000;
/*	opacity:0.8; filter:alpha(opacity=80); */ 
	text-align:center;
	font-size:11px;
	padding-top:6px;
}
	
#display_picture_img {
	position:absolute;
	top:593px;
	left:305px;
	height:352px;
	width:610px;
	cursor:pointer;
}