#gallery {
	margin: 10px auto 2px auto;
	width: 402px;
	height: 300px;
	border: 1px solid #929a9d;
	padding: 5px;
	background: url(/img/loading.gif) center 150px no-repeat #fff;
	clear: both;
	
}

#slideimg {
	width: 400px;
	height: 300px;	
	margin: 0 auto 5px auto;
	background: #f1f1f1;
	text-align: center;
}

#thumbnav {
	width: 416px;
	height: 80px;
	margin: 0px auto 20px auto;	
	clear: both;	
}

#scrollDiv {		
	overflow: hidden;	
	width: 412px;
	height: 80px;	
	border: 1px solid #929a9d;
	float: left;
	padding-right: 1px;	
}

#thumbs {
	height: 87px;
	margin: 6px 10px 6px 10px;
	width: 10000px;
	text-align: left;
}

.thumbs {
	text-align: center;
	padding-left: 5px;
}

.thumb img {
	width: 68px;
	height: 60px;
	padding: 3px;
	border: 1px solid #ccc;
}

