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

/* The outer container with a relative position */
#gallery {
	width:800px;
	height:462px;
	position:relative;
	border:1px solid #ddd;
	background:#f8f8f8;
	left: 195px;
	top: 157px;
	background-color: #0066CC;
}
/* Float the ul to the right with a width to give 3 thumbnail images per row */
#gallery ul {list-style:none; padding:15px; margin:0; width:135px; float:right; height:210px; overflow:;}

/* Place the list items inline using display:inline for IE and float:left */
#gallery ul li {display:inline; width:60px; height:60px; float:left; margin:0 5px 5px 0; border:1px solid #fff; cursor:pointer;}

/* Set up the thumbnail images as the background images */
#gallery ul li.tb1 {background:url(../images/exxonmobileAD1.gif) -65px -65px;}
#gallery ul li.tb2 {background:url(../images/bfimeAD1.gif) -53px -40px;}
#gallery ul li.tb3 {background:url(../images/lionheartAD1.gif) -190px -30px;}
#gallery ul li.tb4 {background:url(../images/lionheartAD2.gif) -400px -230px;}
#gallery ul li.tb5 {background:url(../images/ttcAD1.gif) -520px -200px;}
#gallery ul li.tb6 {background:url(../images/hulstaAD1.gif) -90px -100px;}
#gallery ul li.tb7 {background:url(../images/eternaAD1.gif) -410px -80px;}
#gallery ul li.tb8 {background:url(../images/wccAD1.jpg) -260px -100px;}
#gallery ul li.tb9 {background:url(../images/crAD1.gif) -280px -100px;}

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

 #gallery ul li span {
	display:none;
	position:absolute;
	left:5px;
	top:7px;
	width:625px;
	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;}

