.contentslide{
padding: 1px;
width: 149px;
height: 180px;
}

.contentslide1{
padding: 2px;
width: 149px;
height: 145px;
}

.contentslide .contentdiv{
display: none;
height: 180px;
}

.pagination{
width: 149px; /*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: #DEDEDE;
padding: 0 0 2px 0;
}

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

.pagination a{
text-decoration: none;
padding: 1px 3px;
margin-right: 3px;
border: 0;
color: #105391;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
