#slider6 {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-color: #d2d2d2;
padding: 5px 5px 0px 5px;
width: 520px;
height: 454px;
}

#slider6 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 15px;  /*leave as is*/
top: 24px;  /*leave as is*/
background: white;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#paginate-slider6 {
width: 520px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
padding: 412px 0px 0px 0px;
font-weight: bold;
font-size: 12px;
font-family: Verdana;
text-align: center;
}

#paginate-slider6 a, #paginate-slider6 a:visited, #paginate-slider6 a:link{
padding: 2px 13px 2px 13px;
text-decoration: none; 
color: #cc1a21;
background-color: white;
font-weight: bold;
font-size: 12px;
font-family: Verdana;
border: 1px solid #999;
}
#paginate-slider6 a.selected, #paginate-slider6 a.selected:hover, #paginate-slider6 a:hover {
color: #fff;
background-color: #a91a20;
font-weight: bold;
font-size: 12px;
font-family: Verdana;
border: 1px solid #333;
}

.bmovie {
font-size: 12px;
font-weight: bold;
font-family: Verdana;
text-transform: uppercase;
padding: 0px 0px 5px 0px;
text-align: center;
}

.bmovie a, .bmovie a:visited{
color: #323232;
text-transform: uppercase;
text-decoration: none;
}

.bmovie a:hover{
color: #d91d1d;
text-transform: uppercase;
text-decoration: none;
}

