/* ================================================================ 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:680px;	height:460px;	position:relative;	border:1px solid #ddd;	background:#f8f8f8;	margin-left: 15px;	margin-bottom: 10px;	float: left;	margin-right: 15px;}#gallery ul {	list-style:none;	margin:0;	width:183px;	float:right;	height:410px;	overflow:auto;	padding-top: 8px;	padding-bottom: 8px;}#gallery ul li {	display:inline;	width:75px;	height:75px;	float:left;	margin:0 4px 4px 0;	border:1px solid #444;	cursor:pointer;}#gallery ul li img {	display:block;	width:75px;	height:75px;}#gallery ul li span {	display:none;	left:15px;	top:346px;	width:450px;	color:#030303;	text-align:left;	height: 69px;	font: 11px/15px verdana, arial, sans-serif;	margin-top: 40px;	position: absolute;}#gallery ul li span b {	color:#444;	font-size: 15px;	line-height: 17px;}/* required for IE5.x and IE6 to display the start image size correctly */#gallery ul li.click i img.default {	margin:8px auto 0;	width:450px;	height:362px;	border:1px solid #fff;}#gallery ul li.off {display:none;}#gallery ul li.click {border-color:#fc0; background:#f8f8f8; cursor:default;}#gallery ul li.click i {	position:absolute;	left:0;	top:0px;	width:480px;	height:460px;	background: #DDDDDD;}#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;}#footer-gallery {	position: absolute;	top: 585px;	width: 905px;}#footer-gallery ul {	padding:0;	list-style:none;	float: right;	margin: 20px 15px 0px 0px;	width: 472px;}#footer-gallery ul li {	float: right;	border-left-width: 1px;	border-left-style: solid;	border-left-color: #EAEAEA;}#footer-gallery ul a {	display: block;	padding: 0 5px 0 3px;	line-height: 15px;	text-decoration:none;	color: #FFFFFF;	font-size: 12px;}#footer-gallery li a:hover { text-decoration:underline; color:#E9E9E9; font-weight:bold; }#footer-gallery #logo img { margin-left: 20px; }
