/* ================================================================ 
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.
=================================================================== */

#cardgallery {
	width:600px;
	height:320px;
	background:#fff;
	position: relative;
	border: thin solid #FC3;
	
}
#cardgallery ul {
	list-style:none;
	width:195px;
	float:right;
	height:219px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: inline;
}
#cardgallery ul li {
	display:inline;
	width:50px;
	height:50px;
	float:left;
	margin:0 9px 9px 0;
	border:1px solid #444;
	cursor:pointer;
}
#cardgallery ul li img {display:block; width:50px; height:50px;}
#cardgallery ul li span {
	display:none;
	position:absolute;
	left:415px;
	top:210px;
	width:145px;
	font-family:verdana, arial, sans-serif;
	color:#06a;
	font-size:11px;
	line-height:15px;
	text-align:justify;
	height: 90px;
}
#cardgallery ul li span b {color:#444;}

/* required for IE5.x and IE6 to display the start image size correctly */
#cardgallery ul li.click i img.default {
	width:296px;
	height:300px;
	border:1px solid #fff;
	margin-top: 10px;
	margin-bottom: 0;
}

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

#cardgallery ul li.click {
	border-color:#fc0;
	cursor:default;
}

#cardgallery ul li.click i {
	position:absolute;
	left:0;
	top:0;
	width:300px;
	height:322px;
}

#cardgallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #fff;}

#cardgallery ul li.click span {
	display:block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
