.sliderwrapper{
/*background:url("images/libnewbg2.png") 0px 0px no-repeat;*/
-moz-border-radius: 0px;
background: #fff;
border: 0px solid #000;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 450px;
/*margin:0px 0px 10px 10px;*/
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: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 450px;
padding:0px;

opacity: 1;
margin: auto;
/*margin-left:38px;*/
margin-top:0px;
overflow: hidden;
}
.sliderwrapper p {
	padding: 0px;
    margin: 0px;
}
#catholder {background:transparent; border-bottom:solid 1px #cccccc; padding:0px; 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:32px; height:395px; margin-top:0px; position: absolute; right: 0px; z-index: 999999; display:block; background:url(images/next-horizontal.png) 0px 184px no-repeat; cursor:pointer;
}

.pagination a.next:hover{
float:right; width:32px; height:395px; margin-top:0px; position: absolute; right: 0px; z-index: 999999; display:block; background:rgba(150,150,150,.5) url(images/next-horizontal.png) -32px 184px no-repeat; cursor:pointer;
}

.pagination a.prev{
float:left; width:32px; height:395px; margin-top:0px; position: absolute; left: 0px; z-index: 999999; display:block; background:url(images/prev-horizontal.png) 0px 184px no-repeat; cursor:pointer;
}

.pagination a.prev:hover{
float:left; width:32px; height:395px; margin-top:0px; position: absolute; left: 0px; z-index: 999999; display:block; background:rgba(150,150,150,.5) url(images/prev-horizontal.png) -32px 184px no-repeat; cursor:pointer;
}