/* ================================================================ 
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:510px; position:relative; height:100px; padding-top:0px; margin:0;}

#gallery img.left {width:20px; height:62px; padding-right:5px;float:left;cursor:pointer;}
#gallery img.right {width:20px; padding-right:20px; padding-left:5px;height:62px; float:left;cursor:pointer;}

#gallery ul {list-style:none; padding:0; margin:0; float:left; ;}
#gallery ul li {
	display:inline;
	width:55px;
	height:55px;
	float:left;
	border:solid #999 1px;
	cursor:pointer;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
    background-color: #fff
}


/* using background images */
#gallery ul li.hide {display:none;}

/* using background images */
#gallery ul li.th1 {background:url(../images/portfolio/corning_thumb.gif);}
#gallery ul li.th2 {background:url(../images/portfolio/marriott1_thumb.gif);}
#gallery ul li.th3 {background:url(../images/portfolio/know2_thumb.gif);}
#gallery ul li.th4 {background:url(../images/portfolio/marriott2_thumb.gif);}
#gallery ul li.th5 {background:url(../images/portfolio/marriott3_thumb.gif);}
#gallery ul li.th6 {background:url(../images/portfolio/desert1_thumb.gif);}
#gallery ul li.th7 {background:url(../images/portfolio/know4_thumb.jpg);}
#gallery ul li.th8 {background:url(../images/portfolio/speed4_thumb.gif);}
#gallery ul li.th9 {background:url(../images/portfolio/avior2_thumb.gif);}
#gallery ul li.th10 {background:url(../images/portfolio/marriott4_thumb.gif);}
#gallery ul li.th11 {background:url(../images/portfolio/thumb_thumb.gif);}
#gallery ul li.th12 {background:url(../images/portfolio/country_thumb.gif);}
#gallery ul li.th13 {background:url(../images/portfolio/impact1_thumb.gif);}
#gallery ul li.th14 {background:url(../images/portfolio/marriott5_thumb.gif);}
#gallery ul li.th15 {background:url(../images/portfolio/tack_thumb.gif);}
#gallery ul li.th16 {background:url(../images/portfolio/know4_thumb.gif);}


/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {visibility:hidden; display:block; background-color:#fff; width:55px; height:55px;}
/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li span {
	display:none;
	position:absolute;
	left:0;
	top:73px;
	width:485px;
	font-family:  Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #4F4F4F;
	text-align:center;
}
#gallery ul li b {color:#fff;}

#gallery ul li.chosen {border:solid #A9A500 2px; background-color: #fff; cursor:default;}
#gallery ul li.chosen div {
	position:absolute;
	left:-1px;
	top:120px;
	width:485px;
	height:auto;
	clear:left
  }
#gallery ul li.chosen div i {width:485px; height:auto; display:table-cell; vertical-align:top; text-align:center;background-color: #fff} 
#gallery ul li.chosen div i img {visibility:visible; width:auto; height:auto; border: 1px solid #c0c0c0; margin:0 auto; background-color: #fff}
#gallery ul li.chosen span {display:block;}
