.slideborder {
border: 1px solid white;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px;
border-bottom-width: 3px;
border-style:solid;
border-color:#0E1726;
width: 555px; /*width of featured content slider*/
height: 250px;
}



.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: 553px; /*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;
}

.pagination{
width: 555px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
BACKGROUND: url(/templates/blank/slide/img/base.jpg)
padding: 2px 10px ;
}

.pagination a{
padding: 0 5px 15px ;
text-decoration: none; 
color: #00007D;

}

.pagination a:hover, .pagination a.selected{
color: #000;

}
.class1{
font-family:verdana,Helvetica,sans-serif;
font-size:25px;
font-weight: 400;
color: #ffffff;
padding: 0 5px 0 5px;
}

.short{
font-family:verdana,Helvetica,sans-serif;
font-size:10px;
color: #ffffff;
text-align:justify;
vertical-align:top;
padding: 0 5px 0 5px;
}
.readmore{
font-family:verdana,Helvetica,sans-serif;
font-size:8px;
font-weight: 400;
color: #ffffff;

}

.class1 A:link {text-decoration: none; color: #AAAAAA;}
.class1 A:hover {color: white;}
.class1 A:visited {text-decoration: none; color: #AAAAAA;}