/* Homepage News Content Slider */

.contentslide{
border: 0;
/* border-bottom-width: 6px; */
width: 235px;
height: 132px;
margin-top:0px;
position:relative; top:0px ;
padding-left:5px;
}

.contentslide .contentdiv{
display: none;
width: 235px;
height: 120px;
position:relative; top:0px ;
}

.pagination{
width: 235px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings..*/
border: 10px solid #ffffff;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0px 0;
text-align: right;
color: #ffffff;
font: 10px Arial, Helvetica, sans-serif;
background-color: #ffffff;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 250px; /*IE5 width*/
width: 250px; /*IE6 width*/
color: #ffffff;
font: 10px Arial, Helvetica, sans-serif;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
font: 10px Arial, Helvetica, sans-serif;
background-color: #cccccc;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
font: 10px Arial, Helvetica, sans-serif;
background-color: #ff3333;
}

div.cf_element {
		background-color: #ffffff;
		border: 0;
}
