* {margin:0; padding:0}
body {background:#fff; 
	padding:0 25px; margin:0;}
#gallery {position:relative; width:712px; margin:0; padding:0; background:#fff}
#img {border:2px solid #9ac1c9; height:75px; background:#eef5f6;}
#image {position:relative; width:712px; height:320px; background:#FFF url(../img/loading.gif) center center no-repeat}
#image img {position:absolute; top:0; left:0}
#thumbwrapper {margin:0px; padding:0; width:704px; height:76px; background:#FFF; border:4px solid #873036;}
#thumbarea {position:relative; overflow:hidden; height:76px; width:704px; }
#thumbs {position:absolute; list-style:none; height:75px; width:10000px; }
#thumbs li {float:left; cursor:pointer; 
	border-right:3px solid #873036; }

.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {
	left:0;
	margin-top:30px;
	height:40px;
	background:url(../img/prevBtn.gif) left top no-repeat;
}
#previmg:hover {
	opacity:1;
		height:40px;
	filter:alpha(opacity=100)
}
#nextimg {
	right:0;
	margin-top:30px;
		height:40px;
	background:url(../img/nextBtn.gif) right top no-repeat;
}
#nextimg:hover {
	opacity:1;
		height:40px;
	filter:alpha(opacity=100)
}

h1, h2 {
	font:bold 80% 'Century Gothic', Verdana, Arial;
	letter-spacing:3px;
	text-transform:uppercase;
}
a {
	color:#348;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#67a;
}
#description {
	width:auto;
	text-align:left;
	font-family: Verdana, Arial;
	font-size: 12px;
	color:#000;
}
#description h1 {
	font-family: "Century Gothic", Verdana, Arial;
	color: #7C1705;
	font-size: 12px;
	padding:0;
	margin:0;
}

.thumbsNormal{
 opacity:.5;
	filter:alpha(opacity=50)
}
.thumbsClick
{
	opacity:1;
	filter:alpha(opacity=100)
}
.thumbsOver
{
    opacity:1;
	filter:alpha(opacity=100)
}