/* ================================================================ 
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:86%;
	position:absolute;
	top: 173px;
	left: 5%;
	padding-top: 10px;
	margin-bottom: auto;
	height: 70%;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: right bottom;
	filter: Alpha(Opacity=80);
	border: 1px solid #333;
}
#gallery ul {
	list-style:none;
	width:165px;
	float:left;
	height:90%;
	overflow:auto;
	margin-top: 90;
	padding-top: 0px;
	padding-left: 0px;
}
#gallery ul li {
	display:inline;
	width:110px;
	height:80px;
	float:right;
	cursor:pointer;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0;
	border: 1px solid #333;
}
#gallery ul li img {
	display:block;
	width:110px;
	height:80px;
	padding-left: 0px;
}
#gallery ul li span {
	display:none;
	position:absolute;
	left:230px;
	top:120px;
	width:200px;
	font-family:Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height:17px;
	text-align:left;
	height: 92px;
}
#gallery ul li span b {
	color:#333;
	font-size: 14px;
}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {
	margin:10px auto 0;
	width:545px;
	height:340px;
}

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

#gallery ul li.click {
	border-color:#C5D5FC;
	cursor:default;
	background-image: url(../images/bgbeige.png);
}

#gallery ul li.click i {
	position:absolute;
	left:4px;
	top:0px;
	width:545px;
}

#gallery ul li.click i img {
	top: 5%;
	position: absolute;
	height: auto;
	width: auto;
	left: 40%;
	padding-top: 10px;
}

#gallery ul li.click span {display:block;}
.fade {
	filter: Alpha(Opacity=80, );
}

