.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
border-bottom-width: 0px;
width: 220px; /*width of featured content slider*/
height: 130px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 20px;
background: #fff6ea;
width: 180px; /*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: 180px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 20px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}

.pagination a{
background: transparent url('gfx/circle-gray-left.gif') no-repeat top left;
color: #000000;
display: block;
float: left;
margin-right: 3px;
font: normal 9px Arial; /* Change 12px as desired */
line-height: 10px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 18px; /* Height of button background height */
padding-left: 6px; /* Width of left menu image */
text-decoration: none;
}

.pagination a span{
background: transparent url('gfx/circle-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 6px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}


.pagination a.selected, .pagination a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom left;
}

.pagination a.selected span, .pagination a:hover span{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom right;
color: #003366;
}

.pagination a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.pagination a.prev, .pagination-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.pagination a.prev:hover, .pagination-2 a.next:hover{
}
