.contentslide{
border: 1px solid white;
border-bottom-width: 5px;
padding: 8px;
width: 250px;
height: 200px;
}

.contentslide .contentdiv{
display: none;
}

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

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

.pagination a{
padding: 0 5px;
text-decoration: none;
color: white;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: white;
}

.contentvideo{
border: 1px red;
border-bottom-width: 5px;
padding: 8px;
width: 330px;
height: 300px;
}

.contentvideo .contentdiv{
display: none;
}

.paginationvideo{
width: 330px; /*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: red;
border: 1px solid red;
border-bottom-width: 5px;
border-width: 0 1px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

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

.paginationvideo a{
padding: 0 5px;
text-decoration: none;
color: red;
background-color: red;
}

.paginationvideo a:hover, .paginationvideo a.selected{
color: red;
background-color: black;
}