.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #d3e1e1;
width: 315px; /*width of featured content slider*/
height: 203px;
float:left;
}



.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: 313px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 201px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 155px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
float:left;
}

.pagination a{
text-decoration: none; 
color: #333333;
background:url(a-normal.gif) no-repeat;
display:block;

height:68px;
font-weight:bold;
font-size:14px;
line-height:68px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background:url(a-hover.gif) no-repeat;
outline:none;
}

.sliderstory{
	position:absolute;
	bottom:0px;
	left:0px;
	height:90px;
	width:100%;
	color:#ffffff;
}