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

a.prevPage, a.nextPage {cursor:pointer;display:block;float:left;height:102px;width:34px;background:#CECCCC url(../imgs/gallery/btn_gal_left.jpg) no-repeat;}
a.nextPage{background-image:url(../imgs/gallery/btn_gal_right.jpg);}
div.scrollable {position:relative;overflow:hidden;width:600px;height:102px;padding:0;float:left;background:#FFF url(../imgs/gallery/bg_scrollable.jpg) repeat-x left bottom;}
div.scrollable div.items {width:20000em;position:absolute;clear:both;background-color:#E3E2DE;}
div.scrollable div.items div {float:left;background-color:#E3E2DE;padding:2px 1px 5px 1px;}
div.scrollable div.items div img{border:1px solid #FFF;}
div.scrollable div.items div.active {padding-top:4px;}
#photo_img{width:668px;text-align:center;height:330px;overflow:hidden}
#photo_img img{margin:0 auto;}
.loading{background:url(../imgs/gallery/spinner.gif) no-repeat center center;}
#gallery_nav_wp{height:38px;}
#gallery_nav{display:none;width:100px;margin:0 auto;height:38px;background:url(../imgs/bg_photo-gallery_nav.jpg) repeat-x;position:relative;left:-12px;}
#gallery_nav #next_btn{float:right;cursor:pointer;}
#gallery_nav #prev_btn{float:left;cursor:pointer;}

