.sliderwrapper{
/*background:url("images/libnewbg2.png") 0px 0px no-repeat;*/
-moz-border-radius: 0px;
background: #cccccc;
border: 1px solid #7a7a7a;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 70%; /*width of featured content slider*/
height: 332px;
margin:0px 0px 30px 8px;
padding:0px;
float:left;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px;
background: none;
width: 86%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 324px;
padding:0px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin: auto;
margin-left:38px;
margin-top:4px;
overflow: hidden;
}

#catholder {background:transparent; border-bottom:solid 1px #cccccc; padding:4px; text-align: left; display:block;}

.contentdiv b.categories {background:transparent; width: 100%;  padding:2px 4px 2px 4px; }

.pagination{
/*width: 560px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*display:none;
position:absolute;
text-align: center;*/
background: transparent;
padding: 0px;
}

.pagination a.next{
float:right; width:30px; height:332px; margin-top:0px; display:block; background:url(images/next-horizontal.png) -5px 152px no-repeat; cursor:pointer;
}

.pagination a.next:hover{
float:right; width:30px; height:332px; margin-top:0px; display:block; background:url(images/next-horizontal.png) -37px 152px no-repeat; cursor:pointer;
}

.pagination a.prev{
float:left; width:30px; height:332px; margin-top:0px; display:block; background:url(images/prev-horizontal.png) 3px 152px no-repeat; cursor:pointer;
}

.pagination a.prev:hover{
float:left; width:30px; height:332px; margin-top:0px; display:block; background:url(images/prev-horizontal.png) -29px 152px no-repeat; cursor:pointer;
}