.contentslide{
	width: 275px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px
}

.contentslide .contentdiv{
display: none;
}

.contentslide .contentdiv p{
margin: 5px 0 10px 0;
padding: 0;
}

.pagination{
width: 265px; /*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: #f1eee0;
border: 5px solid #f1eee0;
border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 1px 0;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 265px; /*IE5 width*/
w\idth: 265px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none;
color:#333333;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color:#FFFFFF;
background-color: #CC0000;
}

