#thumbstrip {
	height: 79px;
	width: 726px;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding: 8px 20px 8px 20px;
	margin: 8px 0 8px 0;
}
#imagegallery {
	position: relative;
	top: 0;
	width: 640px;
	height: 79px;
	overflow: hidden;
}
#thumbstrip ul ul ul {
	width: 1780px;
}
#thumbstrip ul ul ul li {
	padding: 0 1px 0 1px;
	display: inline;
}
#thumbstrip img {
	border: 1px solid #CBCBCB;
}
.leftarrow {
	float: left;
	margin-right: 6px;
}
.rightarrow {
	float: right;
	margin-left: 6px;
}