/* ================================================================ 
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

#gallery {position:relative; width:600px; height:690px; background:#efebe7 url(/layout/gallery/back.gif) no-repeat 42px 13px; padding-bottom:10px; border:1px solid #8b7f72; }
#gallery #imageNumber {display:block; width:200px; height:38px; background:url(/layout/gallery/number.gif); text-align:center; line-height:38px; font-size:11px; margin:0; color:#222; position:absolute; top:110px; left:200px;}
#thumbnails {width:500px; height:75px; overflow:hidden; margin:20px 49px 60px 49px; position:relative;}
#innerContainer {position:absolute; left:0; top:0; height:75px; overflow:hidden;list-style: none;}
#thumbnails ul {margin:0; padding:0; list-style:none;}
#thumbnails ul li {float:left; height:75px;list-style: none;}
#thumbnails ul li div {display:none;}
#thumbnails ul li img {display:block; height:75px; padding:0 1px;}
#fullSize {margin:0 auto; background:#eee; text-align:center; border:1px solid #8b7f72;}
#fullSize img {display:block; margin:10px auto 10px auto; border:2px solid #fff; width: 400px;}
#fullSize div {margin:0 auto; background:#eee; text-align:left;padding:10px;}
#fullSize div h1 {margin:0; padding:0; font-size:18px; line-height:18px; color:#fff;}
#clickLeft {width:35px; height:38px; position:absolute; left:160px; top:110px; background:#fff url(/layout/gallery/blank.gif);}
#clickRight {width:35px; height:38px; position:absolute; left:405px; top:110px; background:#fff url(/layout/gallery/next.gif);}
#slideLeft {width:15px; height:89px; position:absolute; left:50px; top:14px; background:url(/layout/gallery/trans.gif);}
#slideRight {width:15px; height:89px; position:absolute; right:50px; top:14px; background:url(/layout/gallery/trans.gif);}
#autoPlay {width:35px; height:38px; position:absolute; left:445px; top:110px; background:#fff url(/layout/gallery/play.gif);}


#gallery_submenu  {
 margin-left: 0;
 margin-right: 0;
 margin-top:0;
 width: 600px;
 padding: 0;
  }

#gallery_submenu li {
  float: left;
  list-style: none;
}

#gallery_submenu a {
  display: block;
  padding: 5px;
  margin-right: 2px;
    margin-bottom: 2px;
  color: white;
  font-weight: bold;
  background-color: #d0ab38;
  text-decoration: none;
}

#gallery_submenu a:hover {
  background-color: #fbc30f;
  color: black;
}
#gallery_submenu a.active {
  background-color: #fbc30f;
  color: black;
}

#gallery_title {
  clear: both;
}
