.contentslide{
border: 0px;
width: 260px;
padding: 4px 4px 4px 4px;
}

.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{
font-size: 9pt;
color: #3C3C3C;
font-family:  Arial, Helvetica, sans-serif;
padding: 1px 1px 1px 1px;
border: 0px;

}

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

.pagination a{
font-size: 9pt;
text-decoration: none;
color: #3C3C3C;
font-family:  Arial, Helvetica, sans-serif;
border: 0px solid #F4F4F4;
padding: 1px 1px 1px 1px;
}

.pagination a:hover{
font-size: 9pt;
text-decoration: underline;
color: #FF4826;
font-family:  Arial, Helvetica, sans-serif;
border: 0px solid #C4C4C4;
padding: 1px 1px 1px 1px;
}

.pagination a.selected{
font-size: 9pt;
text-decoration: underline;
color: #FF4826;
font-family:  Arial, Helvetica, sans-serif;
border: 0px solid #C4C4C4;
padding: 1px 1px 1px 1px;
}



.paginationSAVE{
padding: 1px 4px 4px 4px;
border: 0px;
width: 150px;
height: 19px;
}

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

.paginationSAVE a{
font-size: 9pt;
font-family:  Arial, Helvetica, sans-serif;
border: 1px solid #F4F4F4;
width: 150px;
height: 19px;
padding: 1px 4px 4px 4px;
}

.paginationSAVE a:hover, .paginationSAVE a.selected{
background: #FFFFFF;
font-size: 9pt;
color: #3C3C3C;
font-family:  Arial, Helvetica, sans-serif;
border: 1px solid #C4C4C4;
width: 150px;
height: 19px;
padding: 1px 4px 4px 4px;
}

