/* ================================================================ 
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:300px;
	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 #CCCCCC;
	cursor:pointer;
}

#gallery ul li.hide {display:none;}

/* using background images*/ 
#gallery ul li.th1 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_arbor1_tn.jpg);}
#gallery ul li.th2 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_arbor2_tn.jpg);}
#gallery ul li.th3 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_concrete1_tn.jpg);}
#gallery ul li.th4 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_concrete2_tn.jpg);}
#gallery ul li.th5 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_landscape_installation1_tn.jpg);}
#gallery ul li.th6 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_landscape_lighting1_tn.jpg);}
#gallery ul li.th7 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_landscape_lighting2_tn.jpg);}
#gallery ul li.th8 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_outdoor_fireplaces_fire_pits1_tn.jpg);}
#gallery ul li.th9 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_outdoor_fireplaces_fire_pits2_tn.jpg);}
#gallery ul li.th10 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_pathways_walkways1_tn.jpg);}
#gallery ul li.th11 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_pavestone_natural_stone1_tn.jpg);}
#gallery ul li.th12 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_putting_green_design1_tn.jpg);}
#gallery ul li.th13 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_retaining_wall_install_design1_tn.jpg);}
#gallery ul li.th14 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_water_features_ponds1_tn.jpg);}
#gallery ul li.th15 {background:url(../photos/dallas_fort_worth/dallas_fort_worth_water_features_ponds2_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:#999999; 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: 290px;
}
#gallery ul li.chosen span img {
	height: 255px;
	width: 370px;
}
