* {
	padding:0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
body {
}
#gallery {
	position:relative;
	width:820px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#image {
	position:relative;
	width:820px;
	height:500px;
}
#image img {
	position:absolute;
	top:0px
}
#thumbwrapper {
	width:820px;
	height:60px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:60px;
	width:820px;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:60px;
	width:10000px
}
#thumbs li {
	float:left;
	cursor:pointer;
	height: 60px;
	width: 60px;
}
