* {
	margin: 0px;
	padding: 0px;
}
body {color:#003399;}

/*#topFrameDiv {
	height: 500px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}*/
#thumb-slider {
	height: 86px;
	width: 700px;
	overflow: auto;
	position: absolute;
	top: 457px;
	left: 5px;
	z-index: 25;
	border: 1px solid #000;
	}
	#thumb-slider #thumbs {
		height: 65px;
		width: 1050px;
		background: #FFFFFF;
		}
		#thumb-slider #thumbs img {
		background: #000000;
		}
		
/* ================================================================ 
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:924px;
	height:549px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	margin-top: 5px;
}
#gallery ul {
	list-style:none;
	padding:5px;
	margin:0;
	width:195px;
	float:right;
	height:219px;
	overflow:auto;
}
#gallery ul li {
	display:inline;
	width:50px;
	height:50px;
	float:left;
	margin:0 4px 4px 0;
	border:1px solid #000000;
	cursor:pointer;
}
#gallery ul li img {display:block; width:50px; height:50px;}
#gallery ul li span {
	display:none;
	position:absolute;
	left:725px;
	top:181px;
	width:190px;
	color:#003399;
	text-align:left;
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
	height: 257px;
}
#gallery ul li.click em {
	font-size: 1em;
}


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

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

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

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

#gallery ul li.click i {
	position:absolute;
	left:0;
	top:0;
	width:700px;
	height:440px;
	padding-right: 5px;
	padding-left: 5px;
}

#gallery ul li.click i img {
	width:640px;
	height:auto;
	border:1px solid #000;
	margin: 5px auto 0px;
}

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

#gallery ul li span a {
color:#003399;
}
#gallery ul li span a:hover {
	text-decoration: none;
}
#gallery #priceBox {
	position: absolute;
	left: 725px;
	top: 456px;
	width: 189px;
	height: 80px;
}
#gallery #priceBox a.buyNow {
	height: 25px;
	width: 124px;
	display: block;
	background: url(images/buy_now!.gif) no-repeat center bottom;
	text-indent: -9999px;
	border: 1px solid #000000;
}
#gallery #priceBox a.buyNow:hover {
	background: url(images/buy_now!.gif) center top;
}
#gallery #priceBox p {
	font: 1em Arial, Helvetica, sans-serif;
	color: #003399;
	padding-top: 5px;
}

