#gallery {
	position:relative;
	width:775px;
	background-color:#303030;
}
#images {height:205px;}
#image {position:relative; width:775px; height:225px; border:0px solid #666; background: url(../images/loading.gif) center center no-repeat}
#image img {position:absolute; left:0px;}
#thumbwrapper {margin-top:10px; padding:0px 0; width:775px; height:100px;}
#thumbarea {position:relative; overflow:hidden; height:100px; width:775px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px;}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:350px; width:20%; z-index:100;  width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:-10px; background:url(../images/left.png) left center no-repeat;}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#demomn {
	vertical-align:bottom;
	width:160px;
	background-color:#303030;
}
.underlay {
	visibility:inherit;
	position:absolute;
	background-color:#CCC;
	top:2px;left:3px;
	z-index:99;
	width:100%;
	height:100%;
    -moz-opacity: 0.7;
    opacity:.70;
    filter:alpha(opacity=70);
}

.overlay
{
	z-index:100;
	height:372px;
	width:454px;
	padding-top:18px;
	padding-left:16px;
}

.pClose
{
	background:url(../images/closeBtn.png) 0px 0px;
	height:30px;
	width:30px;
    position:absolute;
	float:right;
	top:-8px;
	right:-2px;
}

div.pClose:hover
{
	background-position:0px -30px;
}
