body {
	background-color: #000;
}

.contentslide{
border: 2px solid #666666;
background-color:#000000;
border-bottom-width: 0px;
padding: 15px 20px;
width: 960px;
height:640px;
}



.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;
}
.contentdiv{
font-size:12px;
font-family:Arial;
color:#fff;
}

.contentdiv img{
padding-bottom:3px;
}

.contentslide .contentdiv {
display: none;
}

.pagination{
width: 958px;
text-align: center;
background-color:#000000;
border: 2px solid #666666;
border-width: 0 2px 2px;
padding: 10px 21px;
}


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

.pagination a{

padding: 5px 9px;
text-decoration: none; 
color: #fff;
border: 1px solid #888;
line-height:2.5em;
font-size:12px;
}

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

p.textR{text-align:right;padding:0;margin:0;}