.contentslide{
border-bottom: 1px solid #f1f1f1;
border-bottom-width: 1px;
padding: 8px;
width: 300px;
height: 136px;
}

.ProgImage{
padding-top: 10px;
padding-right: 45px;
width: 150px;
height: 100px;
}

.ProgInfo{
padding: 12px;
width: 290px;
height: 80px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 300px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: #ffffff;
border: 10px solid #ffffff;
border-width: 0px; /*Left/ right border width of pagination DIV.*/
padding: 4px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 300px; /*IE5 width*/
}

.pagination a{
padding: 3px 7px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
