.contentslide_TURNOFF{

/*border: 4px solid #ff6600;*/
border-bottom-width: 6px;
padding: 8px;
width: 450px;
height: 150px;
background-color: #f1f1f1;
}

.contentslide .contentdiv_TURNOFF{
display: none;
}

.pagination{
width: 200px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
/*background-color: #F1F1F1;*/
/*background-color: #ff6600;*/
/*border: 10px solid #ff6600;*/
/*border-width: 0 10px;*/
/*Left/ right border width of pagination DIV.*/
}

* 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: 200px; /*IE6 width*/
}

.pagination a, .pagination a:visited{
margin-left: 5px;

padding-left: 7px;
padding-right: 7px;
padding-top: 2px;
padding-bottom: 1px;

border: 1px solid #ffc2a1;
border-bottom: 0px;

font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #fff;
background-color: #ff782f;
text-decoration: none; 

position: relative;
}


.pagination a:hover, .pagination a.selected, .pagination a.selected:visited{
padding-top: 2px;
padding-bottom: 1px;

border: 1px solid #777;
border-bottom: 0px;
text-decoration: none; 
color: #222222;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
background-color: #CACACA;

position: relative;
}