.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 260px; /*width of featured content slider*/
height: 50px;
margin: 10px 0px 0px 0px;
padding: 10px 0px 10px 0px;
border-top: solid 1px #7a4011;
border-bottom: solid 1px #7a4011;
background: url(../images/sponsor_bk.gif) bottom center no-repeat;
}
}



.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: 260px; /*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: 260px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px;
diaplay: none;
}

.pagination a{
display: block;
float: left;
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: none;
height: 14px;
padding: 2px 4px 5px 4px;
font-family: arial;
}

.pagination a:hover, .pagination a.selected{
color: #eee;
background-color: #7a4011;
}
