/* ================================================================ 
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
}

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

/* using background images */
#gallery ul li.th1 {background:url(../images/portfolio/avior1_thumb.gif);}
#gallery ul li.th2 {background:url(../images/portfolio/hm1_thumb.gif);}
#gallery ul li.th3 {background:url(../images/portfolio/alpha_thumb.jpg);}
#gallery ul li.th4 {background:url(../images/portfolio/sentry_thumb.jpg);}
#gallery ul li.th5 {background:url(../images/portfolio/karolczyk_thumb.gif);}
#gallery ul li.th6 {background:url(../images/portfolio/piezanos_thumb.jpg);}
#gallery ul li.th7 {background:url(../images/portfolio/b2b_thumb.gif);}
#gallery ul li.th8 {background:url(../images/portfolio/everest_thumb.jpg);}
#gallery ul li.th9 {background:url(../images/portfolio/datebook_thumb.jpg);}
#gallery ul li.th10{background:url(../images/portfolio/duffy_thumb.gif);}
#gallery ul li.th11 {background:url(../images/portfolio/western_thumb.gif);}
#gallery ul li.th12 {background:url(../images/portfolio/visant_thumb.gif);}
#gallery ul li.th13 {background:url(../images/portfolio/iam_thumb.gif);}
#gallery ul li.th14 {background:url(../images/portfolio/hm2_thumb.gif);}
#gallery ul li.th15 {background:url(../images/portfolio/crawford_thumb.gif);}
#gallery ul li.th16 {background:url(../images/portfolio/greatwestern_thumb.gif);}
#gallery ul li.th17 {background:url(../images/portfolio/kollasch_thumb.gif);}
#gallery ul li.th18 {background:url(../images/portfolio/barger_thumb.gif);}
#gallery ul li.th19 {background:url(../images/portfolio/lat_thumb.gif);}
#gallery ul li.th20 {background:url(../images/portfolio/empire1_thumb.gif);}
#gallery ul li.th21 {background:url(../images/portfolio/casetech_thumb.gif);}
#gallery ul li.th22 {background:url(../images/portfolio/rotary_thumb.gif);}
#gallery ul li.th23 {background:url(../images/portfolio/bsl_thumb.gif);}
#gallery ul li.th24 {background:url(../images/portfolio/speed2_thumb.gif);}
#gallery ul li.th25 {background:url(../images/portfolio/ybarra_thumb.gif);}
#gallery ul li.th26 {background:url(../images/portfolio/speedvideo_thumb.jpg);}
#gallery ul li.th27 {background:url(../images/portfolio/odb_thumb.jpg);}
#gallery ul li.th28 {background:url(../images/portfolio/eloan_thumb.jpg);}
#gallery ul li.th29 {background:url(../images/portfolio/logic_thumb.jpg);}
#gallery ul li.th30 {background:url(../images/portfolio/songscript_thumb.jpg);}
#gallery ul li.th31 {background:url(../images/portfolio/money_thumb.jpg);}
#gallery ul li.th32 {background:url(../images/portfolio/asap_thumb.jpg);}
#gallery ul li.th33 {background:url(../images/portfolio/wikki_thumb.jpg);}
#gallery ul li.th34 {background:url(../images/portfolio/horse_thumb.jpg);}
/* 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:130px;
	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;}
