﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 100%; /*width of featured content slider*/
height: 160px;
}
.slider_area{
padding:0px 0px 0px 0px;
width:490px;
}


.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: 480px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: 492px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 4px;
border-top: 1px solid #CCCCCC;
}

.pagination a{
padding:0px 4px 0px 4px;
margin: 0px 0px 0px 0px;
text-decoration: none; 
color: #333333;
background: white;
font-family:Tahoma; 
font-size:10pt; 
text-align:center;
border: 1px solid #CCCCCC;

}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #FEE496;
}
