.contentslide{
border: 3px solid #ccc;
padding: 15px;
height: 150px;
margin : 10px 10px 2px;
font-size: 11px;
}

.contentslide .contentdiv{
display: none;
margin-right : 10px;
}

.pagination{
width: 350px; /*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: fff;
border: 1px solid ;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
font-size: 11px;
margin-right : 1px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 300px; /*IE5 width*/
w\idth: 300px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
}

A.NormalVer{
padding: 0 5px;
text-decoration: none; 
color: #000;
}

A.NormalVer:hover{
color: #ff0000;
}
