/* ================================================================ 
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 {
	width:700px;
	height:0px;
	position:relative;
	visibility: inherit;
	float:right;
}
#gallery ul {list-style:none; padding:0px; margin:5px; width:140px; float:right; height:0px;}
#gallery ul li {display:inline; width:63px; height:43px; float:left; margin:0 6px 6px 0; border:0px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:63px; height:43px;}


/* 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:350px; height:270px; border:1px solid #fff;}

#gallery ul li.off {display:inline-table;}

#gallery ul li.click {cursor:default; background-color:#6DAFF7}

#gallery ul li.click i {
	text-align:center;
	position:absolute;
	left:0px;
	top:0px;
	width:530px;
	height:284px;
}
/*
#gallery ul li.click i{
	padding:4em;
	margin:5em;
	width:40em;
*/

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #fff;}

#gallery ul li.click span {display:block;}

#scroller  b {
scrollbar-arrow-color: #333;
scrollbar-3dlight-color: #bbb;
scrollbar-highlight-color: #eee;
scrollbar-face-color: #bbb;
scrollbar-shadow-color: #eee;
scrollbar-darkshadow-color: #bbb;
scrollbar-track-color: #fff;
}
