.sliderwrapper{
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 610px; /*width of featured content slider*/
height: 260px;
}



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

}

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

.pagination a{
/*padding: 0 5px;
text-decoration: none; 
color:#fff;
background: white;
*/
text-decoration:none;
padding:2px 10px 2px 10px;
color:#fff;
margin:0 !important;
margin:0 1px 0 0;
background: url(images/lops_11.jpg) top left repeat-x;

}

.pagination a:hover, .pagination a.selected{
/*color:#fff;
background: url(images/lops_11.jpg) top left repeat-x;
*/
text-decoration:none;
padding:2px 10px 2px 10px;
color:#fff;
margin:0 !important;
margin:0 1px 0 0;

background: url(images/lop_11.jpg) top left repeat-x;

}
