.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: solid 1px #ccc;
border-bottom-width: 0px;
width: 551px; /*width of featured content slider*/
height: 186px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 8px 8px 8px 8px;
background: white;
width: 535px; /*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;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: solid 1px #ccc;
border-bottom-width: 0px;
width: 206px; /*width of featured content slider*/
height: 186px;
}

.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 8px 8px 8px 8px;
background: white;
width: 190px; /*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;
}

/* .sliderwrapper .contentdiv a img {
	border: none;
}
.sliderwrapper2 .contentdiv a img {
	border: none;
}*/

.pagination{
width: 535px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: white;
padding: 3px 8px 8px 8px;
border: solid 1px #ccc;
border-top-width:0px;
}

.pagination2{
width: 190px;
text-align: right;
background-color: white;
padding: 3px 8px 8px 8px;
border: solid 1px #ccc;
border-top-width:0px;
}

.pagination a{
/* padding: 0px 0px 0px 0px; */
text-decoration: none; 
color: #00007D;
background: white;
border: solid 1px #ccc;
padding:4px;
}
.pagination2 a{
/* padding: 0px 0px 0px 0px; */
text-decoration: none; 
color: #00007D;
background: white;
border: solid 1px #ccc;
padding:4px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #ececec;
border: solid 1px #ccc;
padding:4px;
}
.pagination2 a:hover, .pagination a.selected{
color: #000;
background-color: #ececec;
border: solid 1px #ccc;
padding:4px;
}

.sliderwrapperV{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: solid 1px #ccc;
border-bottom-width: 0px;
width: 578px; /*width of featured content slider*/
height: 186px;
}


.sliderwrapperV .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 8px 8px 8px 8px;
background: white;
width: 562px; /*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;
}

.paginationV{
width: 562px;
text-align: right;
background-color: white;
padding: 8px 8px 8px 8px;
border: solid 1px #ccc;
border-top-width:0px;
/*border: solid 1px black*/
}

.paginationV a{
/* padding: 0px 0px 0px 0px; */
text-decoration: none; 
color: #00007D;
background: white;
border: solid 1px #ccc;
padding:4px;
}

.paginationV a:hover, .paginationV a.selected{
color: #000;
background-color: #ececec;
/*border: solid 1px #ccc; 
padding:4px;*/
}

