
.contentslide{
text-align:center;
margin-left:10px;
margin-top: 10px;
border-bottom-width: 1px;
padding: 8px;
width: 202px;
height: 250px;
position: relative;
over-flow: hidden;

}

.contentslide .contentdiv{
display: none;
position: absolute;
padding: 5px;
top: 0;
left: 0;

}


.contentslide a:hover .contentdiv a:hover{
text-decoration:none;
color:#FFFFFF;}



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


}

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

.pagination a, .pagination .navbutton{
	padding: 0 2px;
	color: #ffffff;
	cursor: pointer;
	cursor: pointer;
	font-size: 12px;

}

.pagination a:hover, .pagination span:hover, .pagination a.selected{
color: #000;

}