/* ================================================================ 
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:530px;
	position:relative;
	height:60px;
	padding-top:356px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	left: auto;
	right: auto;
	top: 40px;
}

#gallery img.left {
	width:40px;
	height:40px;
	background:#333;
	float:left;
	cursor:pointer;
	padding: 10px;
	border:#F00 1px
}


#gallery img.right {
	width:40px;
	height:40px;
	background:#333;
	float:left;
	cursor:pointer;
	padding: 10px;
	border:#F00 1px
}

#gallery ul {
	list-style:none;
	float:left;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 550px;
	padding: 0;
	margin: 0;
}
#gallery ul li {
	display:inline;
	width:50px;
	height:50px;
	float:left;
	border:1px solid #333;
	cursor:pointer;
	background-color: #000;
	margin-top: 4;
	margin-right: 5px;
	margin-bottom: 4;
	margin-left: 4px;

	left:-303px;
}

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

/* using background images */

#gallery ul li.th19 {background:url(thumbs/th19.jpg);}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {display:block; width:50px; height:50px;}

#gallery ul li span {
	display:none;
	position:absolute;
	left:-303px;
	top:280px;
	width:285px;
	line-height:normal;
	text-align:justify;
	height: 120px;
	background-color: #171717;
	padding: 5px;
	border: 1px solid #333;
}

#gallery ul li b {color:#444;}

#gallery ul li.chosen {
	border-color:#f00;
	cursor:default;
	background-color:#171717
}
#gallery ul li.chosen div {
	position:absolute;
	left:1px;
	top:-20px;
	width:530px;
	height:350px;
	background-color: #171717;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #333;
	
}
#gallery ul li.chosen div i {width:530px; height:355px; display:table-cell; vertical-align:middle; text-align:center; } 
#gallery ul li.chosen div i img {
	visibility:visible;
	width:auto;
	height:auto;
	border:1px none #aaa;
	top: auto;
	position: relative;
	left: auto;
	background-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#gallery ul li.chosen span {display:block;}
