.contentslide{
width: 230px;
height: 293px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 230px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border: 0px;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0;
}

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

.pagination a{
padding: 0;
text-decoration: none;background-color: #deecf0; color: #2e6ab1;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  /* for Mozilla */
  -moz-opacity:0.5;
}

.pagination a:hover, .pagination a.selected{
background-color:#f3e9f4; color: #af70ae;
 /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  /* for Mozilla */
  -moz-opacity:0.5;
}
