/* ================================================================ 
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/bulldog/image_21.jpg) 0px 0px no-repeat; width:760px; height:420px; position:relative; border:1px solid #fff; margin: 0px auto 20px auto;}
#startImg { width:638px; height:418px; float:left; border:1px solid #ccc; margin:0; padding:0;}
#gallery ul {list-style:none; padding:5px; margin:0; width:110px; float:right; height:410px; overflow:auto;}
#gallery ul li {display:inline; width:93px; height:60px; float:left; margin:0 18px 6px 0; border:1px solid #ccc; cursor:pointer;}
#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:0 auto 0 auto; width:638px; height:418px; 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:640px; height:420px;}

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