.contentslide{
border: 0px;
border-bottom-width: 0px;
padding: 0px;
width: 450px;
height: 125px;
}

.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;
}

.pagination{
text-align: left;
width: 450px;
height: 20px;
margin-top: 102px;
margin-left:9px;
padding-left:0; padding-right:0; padding-top:0; padding-bottom:0px;
position:absolute;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 450px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
text-decoration: none;
background-image: url(images/style/specials_number_button.jpg);
color: #FFFFFF;
width: 16px;
height: 16px;
padding-left: 3px;
padding-right:3px;
}

