.contentslide{
border: 0px;
border-bottom-width: 6px;
padding: 0px;
width: 300px;
height: 300px;
}

.contentslide .contentdiv{
display: none;
}

.palign{
width: 300px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
border: 0px;
border-width: 0px 0px; /*Left/ right border width of pagination DIV.*/
padding: 0px 0px 0px 20px;
}


.pagination{
width: 300px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
border: 0px;
border-width: 0px 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 8px 6px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 300px; /*IE5 width*/
w\idth: 300px; /*IE6 width*/
}

.pagination a{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
  border: 1px solid white;
  border-width: 1px 1px 1px 1px;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
  border: 1px solid black;
  border-width: 1px 1px 1px 1px;
background-color: white;
}