div#divEnhancementBox {
	float:right;
	width:300px;
	height:250px;
	margin: 0 0 0 20px;
	background-image:url(../images/fancy_scale-back.jpg);
	color:#716856;
	font-family: arial;
	font-size:12px;
}
div#divEnhancementBox h2 {
	margin:17px 0 0 0;
	font-family: TrajanProRegular, Times New Roman, Serif;
	font-size:12px;
	text-align: center;
	text-transform: uppercase;
}
div#divEnhancementBox img {
	position: relative;
	bottom:10px;
	display: block;
	margin:auto;
	width:214px;
}
div#divEnhancement {
	position: relative;
	height:206px;
	margin:5px;
	padding:0px;
}
div#divEnhancement h3 {
	margin:0;
	font-weight: bold;
	font-size: 12px;
}
ul#divEnhancedPages {
	margin:0 0 0 6px;
	padding:0;
}
ul#divEnhancedPages li {
	float:left;
	width:62px;
	height:15px;
	padding:2px;
	margin:0 2px 2px 0;
	list-style-type: none;
	border:solid 1px #cac5bf;
	text-align: center;
	font-weight: bold;
	color:#716856;
	cursor: pointer;
	font-family: arial;
    font-size: 12px;
	list-style-image:none;
}
ul#divEnhancedPages li:hover {
	background-color: #716856;
	color:white;
}
ul#divEnhancedPages li.active {
	background-color: #716856;
	color:white;
}