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

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 250px; /*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;
}
.storyname{border-bottom:solid #ccc 1px; }
#frontimage .sliderwrapper {height:280px;}
.story h2{font-size:11px; }
#frontimage .pagination a{ padding:3px; border:solid #ccc 1px; margin:1px; float:left;  }

.pagination{

font-size:10px;
line-height:15px;
font-weight:normal;
font-family:verdana;
width: 265px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

background-color: #fff;

}

.pagination a{
text-decoration: none; 
color: #333;
display:block;
}
.story{width:250px;}

.story img{float:left; margin-right:5px;}
.pagination a:hover, .pagination a.selected{
color: #fff;
text-decoration:none;
background-color: #1aa31a;
}
#ind1 .col{float:left; margin-right:10px; width:265px; }
.title {font-family:Verdana; font-size:18px;color:#1F8F1F}