p {
	height: 110px;
	margin-bottom: 14px;
	overflow: hidden;
}

ul#image-list {
	margin: 0;
	padding: 0;
}

ul#image-list li {
	display: block;
	float: left;
	margin: 0 9px 7px 0;
	width: 67px;
	height: 46px;
}

ul#image-list li.alt {
	margin-right: 0;
}

ul#image-list li a {
	display: block;
	width: 67px;
	height: 46px;
}

ul#image-list li a img {
	width: 63px;
	height: 42px;
	border: 1px solid #feb645;
}

ul#image-list li a.selected img {
	border: 2px solid #feb645;
}

#current-image {
	width: 482px;
	height: 376px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 5px auto;
}
#current-image img { border: 1px solid #feb645; }

#current-image-nav {}

#previous-button {
	float: left;
	width: 99px;
	height: 15px;
	overflow: hidden;
}

#title { 
	width: 311px;
	height: 15px;
	overflow: hidden;
	text-align: center;
	float: left;
	font-weight: 800;
	color: #d08000;
}

#next-button {
	width: 73px;
	height: 15px;
	overflow: hidden;
	float: right;
}