

/*With acknowledgement to Stu Nicholls - http://cssplay.co.uk*/

/*Padding controls overall height*/
#gallery {width: 465px; position:absolute; padding-top:278px; margin:0px 0 90px 0px;padding-bottom:170px;}

/*Arrow Images*/
#gallery img.left {width:55px; height:62px; background:none; float:left;cursor:pointer;} 
#gallery img.right {width:55px; height:62px; background:none; float:left;cursor:pointer;}

/*Thumbnail area*/
#gallery ul {list-style:none; padding:0; margin:0; float:left; background:none; margin:5px 2px;}
#gallery ul li {display:inline; width:50px; height:50px; float:left; margin:0 4px; border:1px solid #fce5bc; cursor:pointer;}

#gallery ul li.hide {display:none;}

/* dynamic background thumbnail images */


		#gallery ul li.th1 {background:url(../tour_images/small/hplc_row.jpg);}

		#gallery ul li.th2 {background:url(../tour_images/small/atomic_absorbtion.jpg);}

		#gallery ul li.th3 {background:url(../tour_images/small/wet_chemistry.jpg);}

		#gallery ul li.th4 {background:url(../tour_images/small/walk_in.jpg);}

		#gallery ul li.th5 {background:url(../tour_images/small/stability_chambers.jpg);}

		#gallery ul li.th6 {background:url(../tour_images/small/photo_stability.jpg);}

		#gallery ul li.th7 {background:url(../tour_images/small/hplc_with_chemist.jpg);}

		#gallery ul li.th8 {background:url(../tour_images/small/hplc_systems.jpg);}

		#gallery ul li.th9 {background:url(../tour_images/small/gc_system.jpg);}

		#gallery ul li.th10 {background:url(../tour_images/small/automated_dissolution.jpg);}

		#gallery ul li.th11 {background:url(../tour_images/small/dissolution_with_spectrophotometer.jpg);}

		#gallery ul li.th12 {background:url(../tour_images/small/microbiology_lab.jpg);}

		#gallery ul li.th13 {background:url(../tour_images/small/dna_sequencer.jpg);}

		#gallery ul li.th14 {background:url(../tour_images/small/dual_pcr.jpg);}

		#gallery ul li.th15 {background:url(../tour_images/small/particulate_counter.jpg);}

		#gallery ul li.th16 {background:url(../tour_images/small/glove_box_isolator.jpg);}

		#gallery ul li.th17 {background:url(../tour_images/small/liquilaz.jpg);}

		#gallery ul li.th18 {background:url(../tour_images/small/bio_safety_cabinet.jpg);}

		#gallery ul li.th19 {background:url(../tour_images/small/gc.jpg);}

		#gallery ul li.th20 {background:url(../tour_images/small/q_a_auditor.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;}

/*Caption Area*/
#gallery ul li span {display:none; position:absolute; left:50px; top:345px; width:317px;font-family:verdana, arial, sans-serif; color:#000; font-size:11px; line-height:15px; text-align:justify;}
#gallery ul li b {color:#000;}

#gallery ul li.chosen {border-color:#0358a8; cursor:default;} /*borders of thumbs when active*/
#gallery ul li.chosen div {position:absolute; left:0px; top:0; width:412px; height:290px; background:none; border-width:1px 1px 0 1px;}
#gallery ul li.chosen div i {width:410px; height:290px; display:table-cell; vertical-align:middle; text-align:center;} 
#gallery ul li.chosen div i img {visibility:visible; width:auto; height:auto; border:1px solid #0358a8; margin:0 auto;} /*Large Image*/
#gallery ul li.chosen span {display:block;}

		
		