.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background: url(featurebackground.jpg) no-repeat top;
width: 450px; /*width of featured content slider*/
height: 205px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#book {
	float: left;
	width: 420px;
	padding: 15px;
}

#book dl {
	float: left;
	width: 390px;
	padding: 0;
	display: inline;
}

#book dt {
	float: right;
	width: 275px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
}

#book dt a {
	color: #3557a2;
	text-decoration: none;
}

#book dt a:hover {
	COLOR: #a8c3ff;
  	text-decoration: none;
}

#book dd {
	margin: 0 0 0 115px;
	paddding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #382812;
}

#book dd.img img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

#book dl dd.img {
	margin: 0;
}

.pagination{
	width: 450px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	background: url(featurebackground.jpg) no-repeat bottom;
	height: 120px;
}

.pagination a{
padding-left: 25px;
}

}