.contentslide{
/*border: 10px solid navy;
border-bottom-width: 6px;
padding: 8px;*/
background:url(../images/tivi.gif) no-repeat;
width: 625px;
height: 455px;
padding-top:35px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width:596px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding-top:15px;
padding-left:5px;
padding-right:15px;
padding-bottom:5px;
table-layout:fixed;
height:30px;
vertical-align:middle;
}

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

.pagination a{
padding-top:3px;
padding-left:5px;
padding-right:7px;
padding-bottom:8px;
text-decoration: none; 
color: #2e6ab1;
font-size:9px;
background:url(../images/tvnumber.gif)  no-repeat;
width:20px;
height:20px;
}

.pagination a:hover, .pagination a.selected{
color: #FE0000;
font-size:9px;
font-weight:bold;
background:url(../images/tvnumber.gif) no-repeat;
width:20px;
height:20px;
} 

