/* ================================================================ 
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.com/menu/photo_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:800px;
	height:462px;
	position:relative;
	border:1px solid #ddd;
	background:#f8f8f8;
	left: 195px;
	top: 157px;
	background-color: #0066CC;
}

#gallery ul {list-style:none; padding:15px; margin:0; width:135px; float:right; height:210px; overflow:;}

#gallery ul li {display:inline; width:60px; height:60px; float:left; margin:0 5px 5px 0; border:1px solid #fff; cursor:pointer;}

#gallery ul li.tb1 {background:url(../images/ttcCI1.gif) -55px -65px;}
#gallery ul li.tb2 {background:url(../images/gaCI1.gif) -110px -190px;}
#gallery ul li.tb3 {background:url(../images/lhCI1.gif) -290px -110px;}
#gallery ul li.tb4 {background:url(../images/lhCI2.jpg) -175px -250px;}
#gallery ul li.tb5 {background:url(../images/poCI1.gif) -220px -150px;}
#gallery ul li.tb6 {background:url(../images/wccCI1.gif) -90px -100px;}
#gallery ul li.tb7 {background:url(../images/exxonmobileCI1.gif) -300px -10px;}
#gallery ul li.tb8 {background:url(../images/mtmmCI1.gif) -200px -130px;}
#gallery ul li.tb9 {background:url(../images/rsCI1.gif) -262px -110px;}

#gallery ul li img {display:block; width:60px; height:60px;}

 #gallery ul li span {
	display:none;
	position:absolute;
	left:5px;
	top:7px;
	width:640px;
	font-family:verdana, arial, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	line-height:17px;
	text-align:left;
	padding-left: 6pt;
	visibility: visible;
}

#gallery ul li span b {color:#FFFFFF;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:5px auto 0 auto; width:320px; height:240px; border:1px solid #fff;}

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

#gallery ul li.click {border-color:#fc0; background:#fff; cursor:default;}

#gallery ul li.click i {position:absolute; left:0; top:0; width:545px; height:355px;}

#gallery ul li.click i img {margin:90px auto 0 auto; width:auto; height:auto; border:0px solid #fff;}

#gallery ul li.click span {display:block;}

