
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 500px; /*width of featured content slider*/
height: 200px;
font-family:Verdana;
}



.sliderwrapper .contentdiv
{
    font-family:Verdana;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 490px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400)progid:DXImageTransform.Microsoft.Fade(duration=.1) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 492px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 5px 2px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #D1F68D;
border: 1px solid #71AB06;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #8ED50B;
border: 1px solid #71AB06;
}



.bstvang_slide{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 285px; /*width of featured content slider*/
height: 305px;
font-family:Verdana;
}



.bstvang_slide .contentdiv
{
    font-family:Verdana;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
width: 285px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400)progid:DXImageTransform.Microsoft.Fade(duration=.1) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);
-moz-opacity: 1;
opacity: 1;
}

.bstvang_slidepagination{
/*width: 290px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px 5px;
margin-bottom:5px;
display:none;
}
/*
.bstvang_slidepagination a{
text-decoration: none; 
color: #00007D;
}

.bstvang_slidepagination a:hover, .pagination a.selected{
color: #71AB06;
font-weight:bold;
}*/