@charset "UTF-8";
/* CSS Document */

#photo_gallery {
	width:100%;
	height:535px;
	background:url(images/gallary_bg.png) repeat;
	padding-top:20px;
}

#photo_gallery #main_pic {
	width:643px;
	height:428px;
	
	background-position:center;
	background-repeat:no-repeat;
	
	text-align:center;
	
	position:relative;
	margin-left:20px;
}
	#photo_gallery #main_pic img {
		border:1px #fff solid;
	}

#photo_gallery #thumbs { 
	margin-top:5px;
	margin-left:-7px;
	position:relative;
	
	float:right;
	position:absolute;
	top:0;
	right:5px;
	width:302px;
	height:470px;
	z-index:100;
}

#photo_gallery #thumbs #thumbs_show img { border:1px #fff solid; cursor:pointer; }

#photo_gallery #thumbs .scroll {
	background:url(images/gallery_controls_bg.png) repeat;
	height:35px;
	width:100%;
	cursor:pointer;
	text-align:center;
	overflow:hidden;
}
	#photo_gallery #thumbs .scroll image { border:0; }

#photo_gallery #thumbs #thumbs_show {
	height:390px;
	overflow-y:scroll;
	overflow-x:hidden;
	margin-bottom:2px;
}

#photo_gallery #controls {
	clear:both;
	position:relative;
	top:33px;
	background:url(images/gallery_controls_bg.png) repeat;
	height:40px;
	width:100%;
}

#photo_gallery #controls td {
	width:40px;
	height:40px;
	cursor:pointer;
}

#photo_gallery #controls #previous { background:url(images/gallery_control_back.png) no-repeat center; }
#photo_gallery #controls #play_pause { background:url(images/gallery_control_play_pause.png) no-repeat center; }
#photo_gallery #controls #next { background:url(images/gallery_control_play_next.png) no-repeat center; }
