.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;
*/
width: 240px; /*width of featured content slider*/

height: 100px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #515c68;
width: 100%; /*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;
text-align:left;
}

.pagination{
width: 200px;
margin-top: 6px;
text-align: left; /*How to align pagination links: "left", "center", or "right"*/
padding:0;
margin-left:0;
}

.pagination a{
display: -moz-inline-box;
display: inline-block;

/*border: 1px solid black;*/

color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}


.pagination a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.pagination a.prev{
	background:url(/images/prev.gif) 0 0 no-repeat;
	width:84px;
	height:20px;
	text-align:left;
}

.pagination a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background:url(/images/next.gif) 0 0 no-repeat;
	width:84px;
	height:20px;
	text-align:left;
}