.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 780px; /*width of featured content slider*/
height: 365px;
margin-top:-20px;
}

.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: white;
width: 300px; /*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{
position:relative;
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 0px 25px;

}

#paginate-slider1{
position:relative;
top: 320px;
opacity:0.8;
-moz-opacity:0.8;
filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
z-index:100;
height: 20px;
}

.pagination a{
padding: 1px 10px;
text-decoration: none; 
color: #730101;
background: #181818;
border: 0px solid #181818;
}

.pagination a:hover, .pagination a.selected{
color: #940101;
background-color: #940101;
border: 0px solid #940101;
}

