/* ================================================================ 
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/gallery/left_right_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:481px; 
	position:relative; 
	height:60px; 
	padding-top:281px; 
	margin:0 0px 0px 0px;
}

#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	border-width:0px 2px;
}

#gallery ul li {
	display:inline;
	width:115px;
	height:67px;
	float:left;
	line-height: 1em;
	padding: 0px;
	margin: 0px 2px 0px 2px;
	border-top: 2px solid white;;
	cursor:pointer;
}

#gallery ul li.hide {display:none;}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {
	visibility:hidden;
	display:block;
	width:115px;
	height:67px;
}

#gallery ul li.chosen {
	border-top: 2px solid #8A8A8A;;
	cursor:default;
}

#gallery ul li.chosen div {
	position:absolute; 
	left:0; top:0; 
	width:481px; 
	height:280px; 
	border-width:1px 1px 0 1px;
}

#gallery ul li.chosen div i {
	width:480px; height:280px;
	display:table-cell;
	text-align:center;
} 

#gallery ul li.chosen div i img {
	visibility:visible;
	width:auto;
	height:auto;
	border:0px solid #aaa;
	margin:0 auto;
}

#gallery ul li.chosen span {display:block;}
