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

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
#gallery {margin: 0; padding: 14px 0 0 0; float: left; text-align: left; font-weight: bold;}
#galleryWrap {margin:0; float:left; position:relative; width:760px; height:350px; background:#FFFFFF url(../pics/gallery/01/bigPics/01.jpg) 10px 10px no-repeat; border: solid 2px #CE8131;overflow: hidden;}

#galleryWrap ul {width:198px; height:386px; padding:10px 10px 10px 0; margin:0; list-style-type:none; float:right;}

#galleryWrap li {float:left;}

#galleryWrap a.gallery, #galleryWrap a.gallery:visited {display:block; color:#000; text-decoration:none; border:1px solid #000; margin:1px 2px 1px 2px; text-align:left; cursor:default;}
#galleryWrap a.slidea {background:url(../pics/gallery/01/smPics/01-sm.jpg); height:60px; width:93px;}
#galleryWrap a.slideb {background:url(../pics/gallery/01/smPics/02-sm.jpg); height:60px; width:93px;}
#galleryWrap a.slidec {background:url(../pics/gallery/01/smPics/03-sm.jpg); height:60px; width:93px;}
#galleryWrap a.slided {background:url(../pics/gallery/01/smPics/04-sm.jpg); height:60px; width:93px;}
#galleryWrap a.slidee {background:url(../pics/gallery/01/smPics/05-sm.jpg); height:60px; width:93px;}
#galleryWrap a.slidef {background:url(../pics/gallery/01/smPics/06-sm.jpg); height:60px; width:93px;}

#galleryWrap a.gallery span {position:absolute; width:1px; height:1px; top:5px; left:5px; background:#fff; overflow:hidden;}

#galleryWrap a.gallery:hover img {float:left; margin-right:5px;}
#galleryWrap a.slideb:hover img, #galleryWrap a.slidei:hover img {float:right;}
#galleryWrap a.gallery:hover span {position:absolute; width:500px; height:333px; top:10px; left:10px; color:#000; background:#fff;}

#galleryWrap li {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}


