.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-left: #FF0000 0px solid;
border-right: #FF0000 0px solid;
border-top: #FF0000 0px solid;
border-bottom: #7b1310 3px solid;
width: 650px; /*width of featured content slider*/
height: 200px;
}

.contentdiv{
visibility: hidden; /*leave as is*/
position: static; /*leave as is*/
background-color: #FFFFFF;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination
{
text-align: right;
}

.pagination a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #2e6ab1;
text-decoration: none;
border: 1px solid  #d76663;
background-color:#FFFFFF;
}

.pagination a:hover, .pagination a.selected{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #FFFFFF;
text-decoration: none;
border: 1px solid  #ff0000;
background-color: #cc0000;
}
.title_1{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
padding-left: 10px;
font-weight: bold;
background-image: url(../images/productscategoryback.jpg);
}
.link_bg
{
    background-image: url(../images/productscategoryback.jpg);
    background-repeat: repeat-x;
    }

