/* ================================================================ 
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:780px;
	height:455px;
	position:relative;
	background-image: url(/images/galleryBkg.jpg);
	background-position: center top;
}
#gallery ul {
	list-style:none;
	padding:0px;
	margin:0;
	width:250px;
	float:right;
	height:250px;
	overflow:hidden;
	margin-top: 15px;
	margin-right: 5px;
}
#gallery ul li {
	display:inline;
	width:75px;
	height:66px;
	float:left;
	margin:0 5px 5px 0;
	border:1px solid #444;
	cursor:pointer;
}
#gallery ul li img {
	display:block;
	width:75px;
	height:66px;
}
#gallery ul li span {
	display:none;
	position:absolute;
	left:525px;
	top:269px;
	width:240px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:12px;
	line-height:18px;
	text-align:left;
}
#gallery ul li span b {
	color:#FFFFFF;
	font-size: 18px;
	line-height: 26px;
}

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

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

#gallery ul li.click {
	border-color:#CCCCCC;
	cursor:default;
}

#gallery ul li.click i {
	position:absolute;
	left:0;
	top:0;
	width:514px;
	height:355px;
}

#gallery ul li.click i img {
	margin:15px auto 0 15px;
	width:auto;
	height:auto;
}

#gallery ul li.click span {display:block;}


#gallery .click a:link, #gallery .click a:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
}

#gallery .click a:hover, #gallery .click a:focus {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
