* { margin:0; padding:0; outline:none; }

.hide { display:none; }

/*


body {
	background:#000;
	color:#fff;
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;
}
*/
#container 
{
    /*width:596px;*/
	width:520px;
	height:548px;
	/*background:#111;*/
	overflow:hidden;
	border:1px solid #333;
}


#picture_section {
	padding:7px 0 7px 7px;
	width:530px;
	/*width:590px;*/
	height:510px;
	overflow:hidden;
}
	#inside {
		width:530px;
		/*width:590px;*/
		height:530px;
	}
	#picture_section img {
		border:3;
		height:74px;
		width:111px;
		float:left;
		background:#333;
		margin-bottom:10px;
		margin-right:20px;
		cursor:pointer;
	}

#controls_vert { 
	background:#222;
	width:530px;
	/*width:600px;*/
	height:23px;
	border-top:1px solid #333;
}
#controls_horz { 
	background:#222;
	/*width:540px;*/
	width:530px;
	height:23px;
	border-top:1px solid #666;
	display:none;
}
	#up {
		height:10px;
		width:10px;
		margin-right:7px;
		background:url(up.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:10px;
		width:10px;
		background:url(down.jpg) 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.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:0px;
	/*width:700px;*/
	width:525px;
	height:510px;
	padding-top:16px;
}

#display_picture {/**/
	position:absolute;
	top:95px;
	left:2px;
	/*width:596px;*/
	width:525px;
	height:510px;
	background:#000;
	opacity:0.8; filter:alpha(opacity=80); 
	text-align:center;
	font-size:14px;FONT-WEIGHT: bold;
	color:#0754d3;
	padding-top:16px;
}
	
#display_picture_img { /*ΓΩ»γΛ­θ ¨Ρ΄΅ΣαΛΉθ§*/
	position:absolute;
	top:180px;
	left:40px;
	/*height:272px;*/
	height:272px;
	/*width:530px;left:65px;height:272px;*/
	width:520px;
	cursor:pointer;
}