.contentslide{
border: 0px solid ;
border-bottom-width: 0px;
padding: 0px;
width: 760px;
height: 360px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 760px; /*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: transparent;
border: 0px solid white;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 5px 0;
}

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

.pagination a{
padding: 0 5px 0 5px;
text-decoration: none;
border-style: solid; 
border-width: 1px;
border-color: white;
color: rgb(232,155,34);
background-color: rgb(79,1,1)

}

.pagination a:hover, .pagination a.selected{
border-style: solid; 
border-width: 1px;
border-color: white;
color: yellow;
background-color: red;
}