
#gallery
{
	position: relative;
	width: 535px;
	margin: 0px;
	padding: 0;
	/*border: 6px solid #fff;*/
	border: none;
	background: #AAA;
}
#images
{
	/*border: 2px solid #9ac1c9;*/
	border: none;
	height: 214px;
	background: #eef5f6;
	margin-bottom: 20px;
}
#image
{
	position: relative;
	width: 535px;
	height: 214px;
	padding: 0;
	/*border: 2px solid #666;*/
	border: none;
	background: #FFF url(../images/loading.gif) center center no-repeat;
}
#image img
{
	position: absolute;
	top: 0;
	left: 0;
}
#thumbwrapper
{
	margin-top: 10px;
	padding: 0;
	width: 545px;
	height: 100px;
	border: 2px solid #666;
	background: #FFF;
	display: none;
}
#thumbarea
{
	position: relative;
	overflow: hidden;
	height: 100px;
	width: 535px;
}
#thumbs
{
	position: absolute;
	list-style: none;
	margin-left: 5px;
	height: 100px;
	width: 535px;
	border-right: 5px solid #FFF;
}
#thumbs li
{
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
.imgnav
{
	position: absolute;
	height: 214px;
	width: 20%;
	z-index: 100;
	height: 214px;
	width: 20%;
	z-index: 100;
	outline: none;
	cursor: pointer;
}
#previmg
{
	left: 0;
	/*background: url(images/left.gif) left center no-repeat;*/
	background: url(../images/icon_left.gif) 10px center no-repeat;
	padding-left: 10px;
}
#previmg:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
#nextimg
{
	right: 0;
	background: url(../images/icon_right.gif) 85px center no-repeat;
	padding-right: 10px;
}
#nextimg:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
