/* ================================================================ 
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:500px;
	position:relative;
	height:60px;
	padding-top:280px;
	margin:0;
}

#gallery img.left {width:55px; height:62px; float:left;cursor:pointer;}
#gallery img.right {width:55px; height:62px; float:left;cursor:pointer;}

#gallery ul {
	list-style:none;
	float:left;
	margin: 0px;
	padding: 0;
}
#gallery ul li {
	display:inline;
	width:50px;
	height:50px;
	float:left;
	margin:0 9px 0 9px;
	border:5px solid #CCC;
	cursor:pointer;
}

#gallery ul li.hide {display:none;}

/* using background images*/ 
#gallery ul li.th1 {background:url(../photos/landscape_design/landscape_design1_tn.jpg);}
#gallery ul li.th2 {background:url(../photos/landscape_design/landscape_design2_tn.jpg);}
#gallery ul li.th3 {background:url(../photos/landscape_design/landscape_design3_tn.jpg);}
#gallery ul li.th4 {background:url(../photos/landscape_design/landscape_design4_tn.jpg);}
#gallery ul li.th5 {background:url(../photos/landscape_design/landscape_design5_tn.jpg);}
#gallery ul li.th6 {background:url(../photos/landscape_design/landscape_design6_tn.jpg);}

/* 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:63px;
	top:-3px;
	width:369px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:left;
	height: 290px;
}


#gallery ul li.chosen {
	border-color:#693;
	cursor:default;
}
#gallery ul li.chosen div {position:absolute; left:64px; top:0px; width:370px; height:250px;}
#gallery ul li.chosen div i {
	width:370px;
	height:250px;
	display:table-cell;
	vertical-align:top;
	text-align:center;
} 
#gallery ul li.chosen div i img {
	visibility:visible;
	border:10px solid #ffffff;
	width: auto;
	height: auto;
	margin: 0;
}
#gallery ul li.chosen span {
	display:block;
	text-align: center;
	width: 370px;
	height: 275px;
}
#gallery ul li.chosen span img {
	height: 255px;
	width: 370px;
}
#gallery img.left2 {
	width:55px;
	height:62px;
	float:left;
	cursor:pointer;
}
#gallery img.right2 {
	width:55px;
	height:62px;
	float:left;
	cursor:pointer;
}
#gallery ul li.th0 {
	background-image: url(../photos/landscape_design/landscape_design0_tn.jpg);
}
