/* gallery.css (92%) */
#photo-gallery{width:640px;height:616px;background-color:#fff;overflow:hidden;}
#gallery-top-container{position:absolute;top:0;left:0;height:480px;width:100%;overflow:hidden;}
#gallery-loading{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff url(../img/colorbox/loading.gif) center center no-repeat;}
#gallery-slideshow{display:block;height:480px;position:relative;overflow:hidden;text-align:center;margin-left:auto;margin-right:auto;}
#gallery-slideshow span.image-wrapper{display:block;position:absolute;left:50%;margin-left:-310px;width:620px;}
#gallery-caption-container{position:absolute;bottom:0;left:0;width:640px;height:80px;}
#gallery-caption{color:#fff;position:absolute;top:0;left:0;width:620px;height:60px;overflow:hidden;padding:10px;}
#gallery-caption h2{margin-bottom:1em;font-size:14px;font-weight:700;}
#gallery-caption a,#gallery-caption a:hover{color:#fff;text-decoration:underline;}
#gallery-caption-overlay{background-color:#1F1F1F;position:absolute;top:0;left:0;height:100%;width:100%;}
#gallery-thumbs{height:75px;overflow:hidden;position:absolute;bottom:3px;left:70px;width:500px;}
#thumb-selected{width:100px;height:75px;border:3px solid #3F3F3F;position:absolute;bottom:0;left:67px;}
#gallery-controls .nav-controls{position:absolute;bottom:0;left:0;width:100%;height:75px;}
#gallery-controls .prev{display:block;width:30px;height:30px;position:absolute;top:23px;left:20px;text-indent:-40px;overflow:hidden;background:url(../css/fancybox/fancy_left.png) no-repeat;z-index:99;}
#gallery-controls .next{display:block;width:30px;height:30px;overflow:hidden;position:absolute;top:23px;right:20px;text-indent:40px;background:url(../css/fancybox/fancy_right.png);z-index:99;}
#gallery-controls .ss-controls{position:absolute;right:30px;top:0;font-size:1.2em;}
#gallery-controls .ss-controls a{width:30px;height:30px;display:block;overflow:hidden;background:url(../css/fancybox/fancy_play.png) no-repeat;}
#gallery-controls .ss-controls a.pause{background-image:url(../css/fancybox/fancy_pause.png);}
#gallery-thumbs-container{width:99999px;}
#gallery-thumbs ul{list-style:none;width:99999px;height:75px;position:absolute;top:0;left:0;}
#gallery-thumbs ul li{height:75px;width:100px;float:left;overflow:hidden;margin-right:5px;}
#gallery-thumbs .pagination{font-size:2em;position:absolute;left:150px;line-height:75px;}
