.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #0061a1;
border-bottom-width: 6px;
width: 330px; /*width of featured content slider*/
height: 220px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-top:2px;
padding-right:14px;
background: white;
width: 330px; /*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;
text-align:center;
font-size:xx-small;
}

.pagination{
width: 330px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #0061a1;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
font-weight:bold;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
font-weight:bold;
background-color: #FFFF00;
}



.sliderwrapper1{
 
 
border: 10px solid #0061a1;
border-bottom-width: 35px;
width: 330px;  
height: 192px;
padding-top:3px;
padding-left:2px;
padding-bottom:15px;
text-align:center;
}
