/* ================================================================ 
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 url(images/properties/winchendon/Winchendon_01.jpg) 1px 5px no-repeat; width:688px; height:210px; position:relative; border:1px solid #fff; margin: 0px auto 20px auto;}
#startImg { width:311px; height:200px; float:left;}
#gallery ul {list-style:none; padding:6px; margin:0; width:350px; float:right; height:195px; overflow:auto;}
#gallery ul li {display:inline; width:93px; height:60px; float:left; margin:0 9px 6px 9px; border:1px solid #ccc; cursor:pointer; padding:0px;}
#gallery ul li img {display:block; width:93px; height:60px;}

/* 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:311px; height:200px; border:1px solid #ccc;}

#gallery ul li.off {display:none; }

#gallery ul li.click {cursor:default;}

#gallery ul li.click i {position:absolute; left:0px; top:-1px; width:311px; height:200px;}

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #ccc;}

