.contentslide{
background: #ffffff;
border: 0px solid #cccccc;
padding: 0px;
margin: 0px;
width: 750px;
height: 200px;
}

.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: 740px; /*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: #cccccc;
padding: 5px 10px 5px 0;
margin:-28px 0px 0px 0px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: .80;
opacity: .80;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 740px; /*IE5 width*/
w\idth: 740px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: transparent;
border: #2e6ab1 1px dotted;
}

.pagination a:hover, .pagination a.selected{
color: #2e6ab1;
background-color: white;
}

.pagination span{
	color:#2e6ab1;
	font-weight: normal;
	text-align: right;
	margin:0px;
	padding:0px 25px;
}

.textbox{
	position:relative;
	float: right;
	top:-160px; 
	left:0px; 
	width:250px; 
	height:auto;
	padding: 0px;
	margin:25px 100px 0px 0px;
	background:url(../../images/bg3.jpg) repeat-x;
	border: #006699 1px dotted;
}