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



/*-----------------------------------------------------GALLERY------------*/
/*#content img
{
margin: 10px 6px 10px 6px;
padding: 0;
}*/

/* ================================================================ 
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 */
#galleryWrap {clear:left; position:relative; width:750px; height:396px; margin:0 0 10px 44px; background:#fff url(../gallery/renovations/05-glover/bigPics/01.jpg) 10px 10px no-repeat; border:1px solid #aaa;}

#galleryWrap ul {width:198px; height:386px; padding:5px; 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(../gallery/renovations/05-glover/smPics/01-sm.jpg); height:60px; width:93px;}
#galleryWrap a.slideb {background:url(../gallery/renovations/05-glover/smPics/02-sm.jpg); height:60px; width:93px;}
#galleryWrap a.slidec {background:url(../gallery/renovations/05-glover/smPics/03-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 {border:1px solid #fff;}
#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:460px; height:372px; top:10px; left:10px; color:#000; background:#fff;}


