.contentslide{
/*border: 1px solid #000000;*/
padding: 8px;
width: 450px;
height: 430px;
background-color: #ffffff;
margin-bottom: 15px;
}

.contentslide .contentdiv{
display: none;

}

.pagination{
width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
border-width: 5px; /*Left/ right border width of pagination DIV.*/
padding-top: 5px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 500px; /*IE5 width*/
w\idth: 500px; /*IE6 width*/

}


.pagination a{
text-decoration: none; 
background-color: #ffffff;
color: #ffffff;
/*font-size: 12px;*/
font-size: 76px;
text-align: center;
padding: 5px;
/*border: 1px solid #000000;*/
height: 76px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #d4b42f;*/
/*color: #d4b42f;
/*background-color: #d4b42f;*/
/*font-size: 12px;*/
font-size: 76px;
text-align: center;
padding: 5px;
border: 2px solid #d4b42f;
}

.tournext {width: 1px; height: 1px;}
