#mainimage {
	margin-top:10px;
}

#mainimage img {
	width:680px;
	height:454px;
}



#previmage {
	margin-left:15px;
}

#thumbs {
	width:786px;
	clear:both;
	float:left;
	margin:6px auto;
	list-style:none;
	padding:6px 0 0 0;
}

	#thumbs ul {
		width:682px;
		list-style:none;
		padding:0;
		margin:0;
	}

	#thumbs li {
		display:block;
		float:left;
		width:64px;
		height:64px;
		padding:0;
		margin:0 2px 4px 2px;
	}
	
	#thumbs a {
		border:1px solid #444;
		display:block;
	}
	
	#thumbs img {
		border:none;
		display:block;
	}
	

/*
	#thumbs li a {
		float:left;
		display:block;
		width:62px;
		height:62px;
		margin:2px 2px 2px 0;
		-moz-opacity:0.7;
		opacity:0.7;
		background-color:transparent;
		border:1px solid #666;
	}
	
	#thumbs li a img {
		display:block;
		float:left;
		width:62px;
		height:62px;
		background-color:transparent;
	}
	
	#thumbs a.active {
		border-color:#000;
		-moz-opacity:1;
		opacity:1;
	}
	
*/