#imagearea {
	height: 390px;
	overflow: hidden;
}
#images {
	height:225px;
	background:#eef5f6;
	margin-bottom:20px
}
#image {
	position:relative;
	overflow: hidden;
	float: left;
}
#image img {
	display: block;
	border:3px solid #fff;
	margin:40px 0 0 40px;
}
#thumbwrapper {
	float: right;
	width:672px;
	height:100px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:672px;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:123px;
	width:10000px;
}
#thumbs li {
	padding: 29px 20px 29px 0;
	cursor: pointer;
}
