#gallerycontent {
	position: relative;
	overflow: hidden;
	width: 640px;
	height: 640px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#gallerycontent_list {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 53760px;
	height: 640px;
}

#gallerycontent_list li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 640px;
	height: 640px;
}

#gallerythumbs {
	position: relative;
	overflow: auto;
	width: 640px;
	height: 180px;
	margin: 0;
	padding: 0;
}

#gallerythumbs_list {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 4411px;
	height: 150px;
}

#gallerythumbs_list li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	width: 150px;
	height: 150px;
	border: 1px solid #000;
}
