#big_img { width: 100%; height: 450px; padding: 0 0 35px; overflow: hidden; position:relative; }
#big_img img { max-width: 600px; position:absolute; left: 0; top: 0;}

#gallery { width: 717px; background: #C6F1F8; border: 1px solid #C0CED1; overflow: auto; }
	#gallery .to { width: 50px; height: 150px; display: block; cursor: pointer; }
	#gallery .left { background: url(../img/gallery/prev-horizontal.gif) no-repeat 50% 50%; float: left; }
	#gallery .right { background: url(../img/gallery/next-horizontal.gif) no-repeat 50% 50%; float: right; }
	#gallery .to:hover { opacity: 0.5; filter: alpha(opacity=50); }

#thumbwrapper { width: 600px; margin-left: 10px; float: left; }
#thumbarea { width: 600px; height: 125px; padding-top: 25px; position: relative; overflow: hidden; }
#thumbs { height: 100px; width: 10000px; position: absolute; list-style: none; margin-left: 5px; }
#thumbs li { cursor: pointer; margin-right: 12px; float: left; }

