#imgArea {
	display: block;
	float: right;
	width: 600px;
	border: 1px solid #EA7524;
	height: 500px;
	position: relative;
	text-align: center;
}
#imgArea img {
	margin-top: 4px;
}

#details {
	width: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #F7BF8C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EA7524;
	height: 16px;
	line-height: 16px;
}
#pageSelector {
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EA7524;
	padding-left: 4px;
	background-color: #F7BF8C;
}
#gallery   .page {
	padding-right: 8px;
	padding-left: 8px;
	width: auto;
	background-color: #F7BF8C;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	margin-left: 2px;
	line-height: 16px;
	height: 16px;
}
#gallery   .on  {
	background-color: #EA7524;
	color: #FFFFFF;
}

#thumbArea {
	display: block;
	width: 261px;
	border: 1px solid #EA7524;
	height: 500px;
	position: relative;
}
#thumbArea table {
	margin-left: 8px;
	margin-top: 8px;
}
#thumbArea img {
	border: 1px solid #F7BF8C;
}
#thumbArea img:hover {
	border: 1px solid #EA7524;
	cursor:pointer;
}

#thumbArea table tr td {
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height:80px;
}
#imgSpinner {
	position: relative;
	top: 200px;
}
