@charset "utf-8";
/* CSS Document */
/*p{font-family:arial;font-size:13px;padding-left:5px;margin-top:-5px}
html>body p{font-family:arial;font-size:13px;padding-left:5px;margin-top:0px}*/

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 0px;
width: 360px; /*width of featured content slider*/
height: 320px;
margin-left:2px;
margin-top:0px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 3px;  /*leave as is*/
top: 5px;  /*leave as is*/
padding: 0px;
background: white;
width: 360px; /*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;

}


html>body .pagination{width: 360px;}

.pagination 
{
display: inline;
color:#FFFFFF;
margin-left:0;
margin-top:0;
padding:5px;
text-align:right;
width:360px;
}

}
.next,.prev{font-size:16px;padding:0px}
.pagination a
{
border:1px solid #DDDDDD;
/*border:1px solid #CCCCCC;*/
/*color:#00007D;*/
background-color: #f9f9f9;
font-family:arial;
font-size:15px;
font-weight:bold;
margin-right:3px;
padding-left:5px;
padding-right:5px;
text-decoration:none;

}


.pagination a:hover, .pagination a.selected{
color: #ffffff;
height:30px;
background: #0088cc;
font-family:arial;
font-weight:bold;
cursor: pointer;
}

.pagination span
{
background: #ffffff;
border:1px solid #CCCCCC;
/*color:#00007D;*/
font-family:arial;
font-size:15px;
font-weight:bold;
margin-right:3px;
padding-left:5px;
padding-right:5px;
text-decoration:none;
cursor: pointer;
}

.selectedToc, .selectedToc a:link, .selectedToc a:visited, .selectedToc a:active, .selectedToc:visited, .selectedToc:active{
color: #ffffff !important;
height:30px;
background: #0088cc !important;
font-family:arial;
font-weight:bold;
cursor: pointer;
}
