/* ================================================================ 
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.stunicholls.com/menu/photo_click.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.
=================================================================== */

#gallery { background:#fff; width:688px; height:481px; position:relative; margin: 0px auto 50px auto;}
#startImg { background:#fff url(images/properties/00002/00002_01.jpg) 0px 5px no-repeat; width:688px; height:442px; float:left; margin:0px 0px 9px 0px; cursor:pointer;}
#gallery ul {list-style:none; padding:0px; margin:0px; width:688px; float:left; height:auto; overflow:auto;}
#gallery ul li {display:inline; width:77px; height:50px; float:left; margin:0px 9px 0px 0px; cursor:pointer; padding:0px; background:#fff;}
#gallery ul li img {display:block; width:77px; height:50px;}
#gallery ul li img.click {margin:0px; opacity:0.20; filter: alpha(opacity = 20); cursor:default; border=1px solid #000000;}

