.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #cecece;
width: 321px; /*width of featured content slider*/
height: 240px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 321px; /*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;
}

.scripttitle{
	position:absolute;
	left:0px;
	bottom:0px;
	height:36px;
	width:305px;
	background:url(dot.png) repeat;
	padding:8px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}

.scripttitle a{
	color:#ffffff;
	text-decoration:none;
}




.pagination{
text-align: center;
padding:10px 0 10px 20px;
}

.pagination a{
padding: 1px;
float:left; 
margin-right:10px;
text-decoration: none; 
color: #000;
border:1px solid #cecece;
}

.pagination a:hover, .pagination a.selected{
color: #000;
border:1px solid #c0044e;
background-color: #FEE496;
}
