.sliderwrapperImage{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid white;
border-bottom-width: 6px;
width: 300px; /*width of featured content slider*/
height: 400px;
}

.sliderwrapperImage .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 290px; /*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;
}

.paginationImage {
width: 290px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: white;
padding: 5px 10px;
}

.paginationImage a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.paginationImage a:hover, .paginationImage a.selected{
color: #000;
background-color: #6D6E71;
}



.sliderwrapperText{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #BD272D;
border-bottom-width: 6px;
width: 600px; /*width of featured content slider*/
height: 400px;
}

.sliderwrapperText .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
color: black;
width: 590px; /*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;
}

.paginationText{
width: 590px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #BD272D;
padding: 5px 10px;
}

.paginationText a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.paginationText a:hover, .paginationText a.selected{
color: #000;
background-color: #6D6E71;
}
