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

.hide { display:none; }

body {
	
	color:#fff;
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:556px;
	height:325px;
	background:#cbcbcb;
	overflow:hidden;
	border:1px solid #707070;
	
}

h1 {
	background:#222;
	width:502px;
	height:29px;
	padding-left:7px;
	border-bottom:1px solid #707070;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
}

#picture_section {
	padding:8px 0 8px 12px;
	width:530px;
	height:290px;
	overflow:hidden;
}
	#inside {
		width:590px;
		height:332px;
	}
	#picture_section img {
		border:0;
		height:100px;
		width:100px;
		float:left;
		background:#333;
		margin-bottom:8px;
		margin-right:8px;
		cursor:pointer;
	}

#controls_vert { 
	background:#a0a0a5;
	width:600px;
	height:23px;
	border-top:1px solid #707070;
}
#controls_horz { 
	background:#a0a0a5;
	width:600px;
	height:23px;
	border-top:1px solid #707070;
	display:none;
}
	#up {
		height:10px;
		width:10px;
		margin-right:7px;
		background:url(up.png) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:10px;
		width:10px;
		background:url(down.png) 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.png) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:10px;
		width:10px;
		background:url(right.png) 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:55%;
	left:25%;
	width:700px;
	height:400px;
	padding-top:16px;
	
}

#display_picture {
	position:absolute;
	top:61px;
	left:31px;
	width:623px;
	height:429px;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align:center;
	font-size:11px;
	padding-top:8px;
	color:#707070;
	background:#cbcbcb;
	border:1px solid #707070;
}
	
#display_picture_img {
	position:absolute;
	top:86px;
	left:42px;
	height:400px;
	width:600px;
	cursor:pointer;
}

