.contentslide{
border:0px;
padding-right: 10px;
padding-right: expression('0px');
margin-top: 10px;
margin-bottom: 2px;
width: 550px;
width: expression('525px');
}

* html .contentslide{
width: 510px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
height: 35px;
width: 213px;
padding-right:20px;
text-align: right;
border: 0px;
margin-top: -45px;
margin-bottom: 0px;
margin-left: 150px;
color: #ffffff;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 213px; /*IE5 width*/
margin-bottom: expression('0px');
}

.pagination a{
height: 30px;
text-decoration: none; 
background-color: transparent;
}

pagination img{
margin-bottom: expression('10px');
padding-right: 10px;
height: 30px;
}

img.nxt {
border: 0;
}

.pagination a:hover, .pagination a.selected{
border-bottom: 10px solid #990000;
}