.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #405E7A;
border-bottom-width: 6px;
width: 370px; /*width of featured content slider*/
height: 345px;
}



.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: 370px; /*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: 370px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #405E7A;
padding: 5px 10px;
}

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

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.maincontent {
height:auto;
margin-bottom:15px;
margin-top:15px;
margin-left:3px;
overflow:hidden;
/*width:792px;*/
width:946px;
}

#pagination_links {
float:left;
margin-top:5px;
text-align:center;
width:64%;
font-size:17px;
font-family:times New Roman;
}

.left-div{
float:left;
width:395px;
height:auto;
}

.right-div{
float:left;
font-family:arial;
font-size:14px;
height:auto;
line-height:18px;
/*width:385px;*/
width:533px;
padding-left:5px;
text-align:justify;
}

.bottom-div{
float:left;
width:780px;
margin-top:15px;
}
