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

.hide { display:none; }

body {

	color:#771223;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:760px;
	height:430px;
	background:#F3E2CE;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	border:0px solid #F3E2CE;
}

h1 {

	width:780px;
	height:29px;
	padding-left:7px;
	border-bottom:0px solid #333;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
}

#picture_section {
	padding:20px 0 0px 0px;
	width:780px;
	height:380px;
	overflow:hidden;
}
	#inside {
		width:780px;
		height:332px;
	}
	#picture_section img {
		border:0;
		height:90px;
		width:120px;
		float:left;
		background:#F3E2CE;
		margin-bottom:7px;
		margin-right:8px;
		cursor:pointer;
	}

#controls_vert { 
	background:#222;
	width:760px;
	height:23px;
	border-top:0px solid #333;
}
#controls_horz { 
	background:#222;
	width:760px;
	height:23px;
	border-top:0px solid #333;
	display:none;
}
	#up {
		height:15px;
		width:15px;
		margin-right:7px;
		background:url(up.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:5px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:15px;
		width:15px;
		background:url(down.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:5px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	#left { 
		height:15px;
		width:15px;
		background:url(left.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:5px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:15px;
		width:15px;
		background:url(right.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:5px;
		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:224px;
	left:144px;
	width:700px;
	height:400px;
	padding-top:16px;
}

#display_picture {
	position:absolute;
	top:50px;
	left:60px;
	width:560px;
	height:400px;
	background:#000;
	opacity:0.8; filter:alpha(opacity=80); 
	text-align:center;
	font-size:11px;
	padding-top:16px;
}
	
#display_picture_img {
	position:absolute;
	top:69px;
	left:90px;
	height:272px;
	width:530px;
	cursor:pointer;
}

