

#gallery {width:780px; position:relative;}
#gallery ul {list-style:none; padding:5px; margin:10px 0 0 0; width:534px; float:right; height:400px; overflow:auto;}
#gallery ul li {display:inline; width:67px; height:100px; float:left; margin:0 0 15px 15px; cursor:pointer;}
#gallery ul li img {display:block; width:67px; height:100px;}
#gallery ul li span {display:none; position:absolute; left:0; top:-45px; width:250px; line-height:15px;}
#gallery ul li span b {color:#444;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:5px auto 0 auto; width:238px; height:357px; border:1px solid #fff;}

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:#fc0; background:#f8f8f8; cursor:default; background:#edc5e8 url(../images/galleryimgs/bigPinkArrow.gif) no-repeat center center;}

#gallery ul li.click i {position:absolute; left:0px; top: 53px; width:238px; height:355px;}

#gallery ul li.click i img {margin:5px auto 0 auto; width:238px; height:auto; border:1px solid #fff;}

#gallery ul li.click span {display:block;}


div.cover a {position: absolute; top: 90px; left: 0; width: 240px; height: 360px; display: block; z-index: 999; }


#gallery ul li img.linksize {width: 240px; height: 360px;}


.newGal {margin: 0 0 0 257px;}

h3.newGal {margin-bottom: 10px;}

#gallery p {margin-top: 3px; font-size: 1.1em;}

