.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 920px; /*width of featured content slider*/
height: 630px;
display:block; 
margin:0px 20px 0px 10px;
padding:20px 0 0 0;
}

#paginate-slider1 { z-index:100; }

.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
background-color:#FFFFFF;
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
height: 100%; /*leave as is*/
filter:/*alpha(opacity=25);*/ progid:DXImageTransform.Microsoft.alpha(opacity=100); opacity: 1; /*leave as is*/
width: 920px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
}

.pagination{ margin-left:auto; margin-right:auto;
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
}

.toc { padding-top:5px; width:19px; height:19px; }
.next, .prev { margin-top:0px; width:31px; height:31px; }
.pagination a img { border:none; }
.pagination a { float:left; list-style:none; margin-right:10px; margin-top:0; background:url(http://chapolito.com/wp-content/themes/chapolito/images/project-icon-off.png) no-repeat bottom; }
.pagination a:hover, .pagination a.selected:hover  { background:url(http://chapolito.com/wp-content/themes/chapolito/images/project-icon-on.png) no-repeat bottom; }
.pagination a.selected { background:url(http://chapolito.com/wp-content/themes/chapolito/images/project-icon-selected.png) no-repeat bottom; }

a.next { background-image:url(http://chapolito.com/wp-content/themes/chapolito/images/button-right-arrow-off.png); }
a.prev { background-image:url(http://chapolito.com/wp-content/themes/chapolito/images/button-left-arrow-off.png); }
a.next:hover { background-image:url(http://chapolito.com/wp-content/themes/chapolito/images/button-right-arrow-on.png); }
a.prev:hover { background-image:url(http://chapolito.com/wp-content/themes/chapolito/images/button-left-arrow-on.png); }