
#gallery
{
	position: relative;
	width: 602px;
	z-index: 0;
}
#image
{
	position: relative;
	width: 580px;
	height: 380px;
	
	background: url(../images/loading.gif) no-repeat center center #f9f7e9;
}
#image img
{
	width: 560px;
	height: 360px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 10px 10px 10px;
	border:solid 0px red;
}
#thumbwrapper
{
	margin-top: 20px;
	padding: 5px 0;
	width: 582px;
	background: #FFF;
}
#thumbarea
{
	position: relative;
	overflow: hidden;
	height: 80px;
	width: 580px;
	float: left;
}

#PageImages
{
	position: absolute;
	list-style: none;
	margin-left: 0px;
	width: 10000px;
}
#PageImages li
{
	float: left;
	margin-right: 5px;
	background: #f9f7e9;
	border: 1px solid #cccccc;
	padding: 4px;
	height: 68px;
	cursor: pointer;
}
#PageImages li:hover
{
	float: left;
	margin-right: 5px;
	background: #f9f7e9;
	border: 1px solid #ff9900;
	padding: 4px;
	cursor: pointer;
}
.imgnav
{
	position: absolute;
	height: 375px;
	width: 20%;
	z-index: 100;
	z-index: 100;
	outline: none;
}  
/*
#gallery {position:relative; width:602px; z-index:0;}
#image {position:relative; width:600px; height:400px; border:solid 1px #cccccc;  padding:0px;}
#image img {position:absolute; top:0px; left:0px; border:solid 10px #f9f7e9;}
#thumbwrapper {margin-top:10px; padding:5px 0; width:602px;  background:#FFF;}
#thumbarea {position:relative; overflow:hidden; height:80px; width:600px; float:left; }
#thumbs {position:absolute; list-style:none; margin-left:0px; width:10000px;}
#thumbs li {float:left; margin-right:5px; background:#f9f7e9; border:2px solid #cccccc; padding:4px; height:68px;  cursor:pointer}
#thumbs li:hover {float:left; margin-right:5px; background:#f9f7e9; border:2px solid #ff9900; padding:4px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; z-index:100; outline:none;}  */
/*#thumbs {position:absolute; list-style:none; margin-left:0px; width:10000px;}
#thumbs li {float:left; margin-right:5px; background:#f9f7e9; border:2px solid #cccccc; padding:4px; height:68px;  cursor:pointer}
#thumbs li:hover {float:left; margin-right:5px; background:#f9f7e9; border:2px solid #ff9900; padding:4px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; z-index:100; outline:none;}*/


