﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-color:black;
border: 0px solid black;
border-bottom-width: 0px;
width: 950px; /*width of featured content slider*/
height: 354px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: black;
width: 950px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 354px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}



.pagination{
width: 946px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:18px;
text-align: right;
background-image:url('roundbar.jpg');
background-color: #000000;
padding: 5px 4px 0px 0px;
margin-left:0px;
}


.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
font-weight:bold;
background:red;
border:1px solid #ffffff;


}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #333333;
}



