.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 400px; /*width of featured content slider*/
height: 170px;
}
.toc{ width:10px; height:10px; background-image:url(images/i.jpg); background-repeat:no-repeat;}
.toc:hover, .toc:selected{ width:10px; height:10px; background-image:url(images/iover.jpg); background-repeat:no-repeat;}
.prev{ width:10px; height:10px; background-image:url(images/pre.jpg); background-repeat:no-repeat;}
.prev:hover, prev:selected{ width:10px; height:10px; background-image:url(images/preov.jpg); background-repeat:no-repeat;}
.next{ width:10px; height:10px; background-image:url(images/next.jpg); background-repeat:no-repeat;}
.next:hover, next:selected{ width:10px; height:10px; background-image:url(images/nextov.jpg); background-repeat:no-repeat;}


.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: white;*/
width: 400px; /*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: 240px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: navy;
padding: 5px 10px;*/
height:5px;
margin-right:15px;
margin-top:5px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #00007D;
}
.pagination a:hover, .pagination a.selected{
 
	width:10px; height:10px; background-image:url(images/iover.jpg); background-repeat:no-repeat;
}
