.contentslide{
background-color: #eaeae4;
border: 1px solid #c7c7c5;
padding: 6px;
width: 300px !important;
width: 316px;
height: 346px !important;
height: 360px;
overflow: hidden;
}
.contentslide .contentdiv{
display: none;
}

.pagination{
width: 312px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #dcdcd4;
border: 1px solid #c7c7c5;
border-top: none;
padding: 3px 0 3px 0;

}

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

.pagination a{
margin-right: 1px;
padding: 0 6px;
border: 1px solid #c7c7c5;
}
.pagination a:link, .pagination a:visited {

 text-decoration: none; 
 color: #005abb;
}
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #eceeea;
text-decoration: none; 
}
.contentdiv img {
margin: 0 0 10px 0;
padding: 0;
border: 1px solid #c7c7c5;
}
.contentdiv a:link, .contentdiv a:visited {
 color: #005abb;
 text-decoration: none;
}
.contentdiv a:hover {
 color: #000;
 text-decoration: underline;
}
.contentdiv p {
 padding: 0;
 margin: 0;
}
