/*
** @file: gallery.css
** Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
*/

#gallery{position:relative;width:543px;height:60px;margin:0 0 150px 0;padding-top:417px}
#gallery .arrow{float:left;width:55px;height:62px}
#gallery img.left,#gallery img.right{float:left;width:10px;height:20px;padding:21px 24px;background:#e2dfbd;cursor:pointer !important}
#gallery ul{ float:left;list-style:none;margin:0;padding:0;background:#e2dfbd;border:2px solid #e2dfbd;border-width:5px 2px}
#gallery ul li {float:left;display:inline;width:50px;height:50px;margin:0 4px;border:1px solid #000;cursor:pointer}
#gallery ul li.hide {display:none}
/* remove visibility:hidden; for original images as thumbnails */
#gallery ul li img{visibility:hidden;display:block;width:50px;height:50px}
#gallery ul li.chosen{border-color:red;cursor:default}
#gallery ul li.chosen div{position:absolute;left:0;top:0;width:543px;height:412px;background:#fff url(../img/gallery.png) 0 0 no-repeat;border-width:1px 1px 0 1px}
#gallery ul li.chosen div i{width:543px;height:355px;display:table-cell;vertical-align:middle;text-align:center} 
#gallery ul li.chosen div i img{visibility:visible;width:auto;height:auto;margin:0 auto;}
#gallery ul li.chosen span{display:block}
#gallery ul li span{display:none;position:absolute;left:50px;top:370px;width:430px;font-family:verdana,arial,sans-serif;color:#666;font-size:11px;line-height:15px;text-align:justify}
#gallery ul li.chosen span{display:block;margin-left:-30px}
#gallery ul li p.number{color:#808080}
#gallery ul li.chosen p.number{display:inline-block;width:25px;background:#fff;color:red}
#gallery span.counter{position:absolute;top:-20px;right:0;width:485px;text-align:right}
#gallery img.left:link,#gallery img.right:link,#gallery img.left:visited,#gallery img.right:visited,#gallery img.left:hover,#gallery img.right:hover,#gallery img.left:focus,#gallery img.right:focus,#gallery img.left:active,#gallery img.right:active{cursor:pointer !important}
