.contentslide{
margin:auto;
padding: 4px;
overflow:hidden;
height: 173px;

}
.contentslide a{
text-decoration:none;

}
.contentslide a:hover{
text-decoration:none;
color:#000;
}
.tabbox{
width:100%;
background:#fff url(../images/_cust/tab_box.gif);
border-right:1px solid #dfdfdf;
border-left:1px solid #dfdfdf;
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
font-family: Verdana, Geneva, Helvetica, sans-serif;
}

.pagination{
text-align: right;
padding: 3px 4px 3px 0;
}



.pagination a{
padding:0px 4px 0px 4px;
border:1px solid #FEE496;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
border:1px solid #fff;
background-color: #FEE496;
}
/*CUSTOMER*/
.slidercategory{
display:block;
background:#fff;
padding-right:10px;
text-align:right;
border:1px solid #c0c0c0;
}