@charset "UTF-8";/* CSS DOCUMENT */
/* $Id:galleria.css 2195 2009-10-11 07:40:33Z tmather $ */
.galleria{list-style:none;width:300px;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
/* .galleria li div{position:absolute;display:none;top:0;left:180px}
*/
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block;}
/* adding width and height here doesn't work */
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px}
/* MSIE bug */
/* These are the thumbs */
/* Note gallery_psp class added via JS */
/* TEMP FIX ADDED PADDING TOP HERE */
.gallery_psp{width:500px;text-align:center;margin:-40px auto 0 auto;padding-top:72px;padding-left:4px;}
/* height:115px;*/
.gallery_psp li{width:68px;height:50px;border:1px solid #111;margin:0 2px 5px 2px;}
.gallery_psp li * img,.gallery_psp li:link,.gallery_psp li:visited,.gallery_psp li:hover,.gallery_psp li:active{text-indent:0;}
.gallery_psp li div{left:240px}
.gallery_psp li div .caption{font:italic 0.7em/ 1.4 georgia,serif;}
.replaced{max-width:600px;}
#main_image{margin-left:4px;text-align:center;display:block;}
#main_image img{margin:0 auto;}
.nav{padding-top:15px;clear:both;}
/* Other classes added via JS */
.galleria_wrapper{}
/* listing gallery */
#listing-gallery{margin:30px auto;text-align:center;}
#listing-gallery-header{background:url(/images/wide/gallery-background-header.jpg) top left no-repeat;height:13px;width:700px;}
#listing-gallery-body{background:url(/images/wide/gallery-background-body.jpg) top left repeat-y;width:700px;margin-top:0 !important;margin-top:-5px;padding-top:10px;}
#listing-gallery-footer{background:url(/images/wide/gallery-background-footer.jpg) top left no-repeat;height:13px;width:700px;}
.nav-prev{/* display:block;*/
background:url(/images/main/gallery-nav-prev.png) top left no-repeat;text-indent:-3000px;width:32px;height:32px;position:absolute;margin-left:16px;margin-top:100px;}
.nav-next{/* display:block;*/
background:url(/images/main/gallery-nav-next.png) top left no-repeat;text-indent:-3000px;width:32px;height:32px;position:absolute;margin-left:485px;margin-top:100px;}
