
#gallery {
	width: 440px;
	height: 312px;
	background: url(../images/layout/bg_gallery.jpg) left top no-repeat;
	margin-top: 12px;
	float: left;
	padding: 4px 0px 0px 4px;
}

#imagearea{width: 431px; height: 234px; position: relative;}
#image{
	width:431px;
	height:234px;
	position: absolute;
	top: 0px;
	left: 0px;
	background:#FFF url(../images/loading.gif) center center no-repeat;
}

#thumbwrapper{width:431px; height:70px;}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:70px;
	width:431px; }
#gallery-thumbs {
	position:absolute;
	list-style:none;
	height:70px;
	width:10000px;
}
#gallery-thumbs li {
	width: 100px;
	height: 70px;
	float:left;
	margin-right:2px;
	background: url(../images/layout/bg_gallery_thumb.jpg) left top no-repeat;
	cursor:pointer;
}
