* { margin:0; padding:0; outline:none; }.hide { display:none; }body {}#container {	width:400px;	height:580px;		overflow:hidden;	}h1 {}#picture_section {	padding:7px 0 7px 7px;	width:400px;	height:504px;	overflow:hidden;}	#inside {padding-bottom:30px;		width:400px;		height:552px;	}	#picture_section img {		border:0;		height:57px;		width:111px;		float:left;		margin-bottom:7px;		margin-right:7px;		cursor:pointer;	}#controls_vert { 	width:400px;	height:23px;	border-top:1px solid #333;margin-top:30px;}#controls_horz { margin-top:30px;	width:400px;	height:23px;	border-top:1px solid #333;	display:none;}	#up {		height:10px;		width:10px;		margin-right:7px;		background:url(up.jpg) no-repeat;		text-indent:-9999px;		float:left;				margin-bottom:3px;		cursor:pointer;	}		#down { 		height:10px;		width:10px;		background:url(down.jpg) no-repeat;		text-indent:-9999px;		float:left;		margin-left:0;		margin-bottom:3px;		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 {	position:absolute;	top:0;	left:0;	width:700px;	height:400px;	padding-top:16px;}#display_picture {	position:absolute;	top:61px;	left:31px;	width:596px;	height:330px;	background:#fff;	opacity:0.8; filter:alpha(opacity=80); 	text-align:center;	font-size:11px;	padding-top:16px;}	#display_picture_img {	position:absolute;	top:108px;	left:65px;	height:272px;	width:530px;	cursor:pointer;}