/* ================================================================ 
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:auto;
	position:relative;
	border:1px solid #ddd;
	background-color: #FFFFFF;
	color:#606060;
	margin-left: 15px;
	margin-bottom: 20px;
}
#gallery ul {
	list-style:none;
	padding-top: 5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:23px;
	margin-left:auto;
	margin-right:auto;
	margin-top:280px;
	width:680px;
	height:auto;
	overflow:auto;
}
#gallery ul li {
	text-indent:0px;
	
	display:inline;
	width:60px;
	height:73px;
	background-repeat:no-repeat;
	float:left;
	border:1px solid #444;
	cursor:pointer;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	font-size: 10px;
	background-position: center 20px;
}
#gallery ul li img {
	border-bottom:1px solid #444;
	display:block; 
	width:60px; 
	height:60px;
}
#gallery ul li span {
	display:none;
	position:absolute;
	left:380px;
	top:20px;
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#606060;
	font-size:11px;
	line-height:15px;
	text-align:justify;
	text-decoration: none;
}
#gallery ul li span b {
	color:#606060;
}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {
	width:250px;
	height:250px;
	border:1px solid #4E1400;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 55px;
}

#gallery ul li.off {display:none;}

#gallery ul li.click {
	cursor:default;
	background-image: url(poz.jpg);
	border-top-color: #a05050;
	border-right-color: #a05050;
	border-bottom-color: #a05050;
	border-left-color: #a05050;
}

#gallery ul li.click i {
	position:absolute;
	left:0;
	top:0;
	width:200px;
	height:200px;
}

#gallery ul li.click i img {
	width:250px;
	height:250px;
	border:1px solid #a05050;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 55px;
}

#gallery ul li.click span {display:block;}
