 /***********************************************
    * Featured Content Slider- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    ***********************************************/
    
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/* border: 10px solid #451ba6; */
border-bottom-width: 6px;
width: 640px; /*width of featured content slider*/
height: 210px;
    top: 15px;
    left: 60px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
/*background:url(../images/inspiration.jpg) no-repeat; */
background:transparent;
width: 620px; /*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: 640px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
position: relative; /*leave as is*/
/* background-color: #451ba6; */
color:#f5a603;
font-size:14px;
top: 15px;
    left: 60px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
/* background: blue; */
}

.pagination a:hover, .pagination a.selected{
color: #000;
/* background-color: #fbf8a8; */
}

.toc a{
color:Black;
}