﻿
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border-left:1px dashed #ccc;
border-right:1px dashed #ccc;
border-top	:1px dashed #ccc;*/ 
border:none;
width: 624px; /*width of featured content slider*/
height: 181px;
}

.image
 {
 width:624px; height:181px;
 float:left;
 }



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 680px; /*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;
z-index:0 !important;
}

.pagination{
width: 604px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 4px 5px;
position:absolute;
border:none;
/*z-index:1000;*/
top:365px;
}

.pagination a{
padding:3px 3px 3px 3px;;
text-decoration: none; 
color: #FFF;
background: #990033;
font:normal 12px Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background: #071D9C;
}
