/* ================================================================ 
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:621px; position:relative; height:10px; padding-top:260px; margin:84px 0px 0px 0px;}


#gallery img.right {width:50px; height:57px; background:none; float:left; cursor:pointer;}
#gallery img.left {width:50px; height:57px; background:none; float:left; cursor:pointer;}


#gallery ul {list-style:none; padding:0; margin:0; float:left; background:none; border:none; border-width:5px 0px;}
#gallery ul li {display:inline; width:50px; height:45px; float:left; margin:0 4px; border:none; cursor:pointer;}

#gallery ul li.hide {display:none;}

/* using background images */
#gallery ul li.th1 {background:none;}
#gallery ul li.th2 {background:none;}
#gallery ul li.th3 {background:none}
#gallery ul li.th4 {background:none}
#gallery ul li.th5 {background:none}
#gallery ul li.th6 {background:none}
#gallery ul li.th7 {background:none}
#gallery ul li.th8 {background:none}
#gallery ul li.th9 {background:none}
#gallery ul li.th10 {background:none}
#gallery ul li.th11 {background:none}
#gallery ul li.th12 {background:none}
#gallery ul li.th13 {background:none}
#gallery ul li.th14 {background:none}
#gallery ul li.th15 {background:none}
#gallery ul li.th16 {background:none}
#gallery ul li.th17 {background:none}
#gallery ul li.th18 {background:none}
#gallery ul li.th19 {background:none}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {visibility:visible; display:block; width:50px; height:45px;}



#gallery ul li.chosen {border:none; cursor:default;}
#gallery ul li.chosen div {
	position:absolute;
	left:0px;
	top:2px;
	width:530px;
	height:240px;
	background:none;
	border:0px solid #000;
	border-width:0px 0px 0 0px;
	vertical-align:middle;
}
#gallery ul li.chosen div i {width:100px; height:120px; display:table-cell; vertical-align:middle; 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;}

#gallery ul li.chosen i {display:block;}
#gallery ul li.chosen i em {width:0; height:100%; display:inline-block; vertical-align:middle;} 
#gallery ul li.chosen i img {display:inline-block; vertical-align:middle;}

#gallery ul li.chosen i img.start {width:420px; height:240px;}

