.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 6px;
width: 596px; /*width of featured content slider*/
height: 250px;
/*background:#ffff99;*/
}



.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: 596px; /*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;
/*background:#ff99ff;*/
}

.sliderwrapper_bas{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
width: 326px; /*width of featured content slider*/
height: 223px;
/*background:#ffff99;*/
margin-left:0px;
margin-top:10px;
}



.sliderwrapper_bas .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: 326px; /*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;
/*background:#ff99ff;*/
}

.pagination{
/*width: 324px; */
/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #ffffff;
/*padding: 5px 10px;*/
margin-bottom: 0px;
/*margin-right:-15px;*/
margin-right:0px;
}

.pagination a{
/*border: 1px dotted #ff0000;
border-bottom: 1px dotted #ff0000;

*/
/*border: 1px dotted #ababab;*/
border-left: 1px dotted #ababab;
border-right: 1px dotted #ababab;
font-weight:bold;
/*padding: 0 5px;*/
/*padding: 5px;*/

text-decoration: none;
padding-left: 5px;
padding-right: 5px;
color: #F09C15;
background: white;
margin-left:3px;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
border: 1px dotted #000000;
background-color: #000000;
}