/* ================================================================ 
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:540px;
	position:relative;
	height:60px;
	padding-top:434px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #BE8F49;
	background-color: #FFF;
	margin-bottom: 15px;
}

#gallery img.left {
	width:50px;
	height:60px;
	float:left;
	cursor:pointer;
	margin-right: 9px;
}
#gallery img.right {
	width:50px;
	height:60px;
	float:right;
	cursor:pointer;
}

#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	border-width:5px 2px;
}
#gallery ul li {
	display:inline;
	width:50px;
	height:50px;
	float:left;
	border:2px solid #FFF;
	cursor:pointer;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-left: 0px;
	background-position: 0px 0px;
}

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

/* using background images: see specific stylesheet for each location */

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

#gallery ul li span {
	display:none;
	position:absolute;
	left:66px;
	top:412px;
	width:460px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	text-align:justify;
	color: #4A3931;
}
#gallery ul li b {
}

#gallery ul li.chosen {
	cursor:default;
	border-top-color: #4A3931;
	border-right-color: #4A3931;
	border-bottom-color: #4A3931;
	border-left-color: #4A3931;
}
#gallery ul li.chosen div {
	position:absolute;
	left:0;
	top:0;
	width:540px;
	height:355px;
}
#gallery ul li.chosen div i {
	width:540px;
	height:405px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background-color: #F2ECD9;
} 
#gallery ul li.chosen div i img {
	visibility:visible;
	width:auto;
	height:auto;
	margin:0 auto;
}
#gallery ul li.chosen span {display:block;}
