/* ------------- main content */
div#contentleft {
	position : relative;
	margin: 0 auto;
	width : 250px;
	height : 375px;
	overflow:auto;
	padding-right: 10px;
	float:left;
}
div#contentright {
	position : relative;
	margin: 0 auto;
	width : 454px;
	height : 375px;
	float:right;
}
/* ------------- thumbnails */
div#thumbnails {
	position : relative;
	margin: 0 auto;
	top: 15px;
	width : 730px;
	height : 135px;
	overflow: scroll;
	overflow-y: hidden;
	overflow-x: scroll;
	clear:both;
}
#thumbnails ol {
	margin : 0px;
	padding-top : 5px;
	display:inline;
	list-style-type: none;
}
#thumbnails li {
	display: block;
	float:left;
}
#thumbnails #thumb a{ 
	padding-top: 5px; 
	width: 150px;
}
#thumbnails #thumb a:hover {
	border: 4px solid #ee272b;
}

.selected-image {
	display: block;
	margin: 0 auto;
}
