.contentslide{
	display: block;
	width: 465px;
	height: 95px;
	border: 1px dotted #7f7f7f;
	text-align: center;
	margin-top: -123px;
	margin-right: 36px;
	float: right;
	background-color: #fff;
}

.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;
	width: 465px;
	height: 95px;
}

.contentslide .contentdiv span {
	display: block;
	position: absolute;
	text-transform: uppercase;
	behavior: url(iepngfix.htc);
	width: 468px;
	height: 36px;
	padding-top: 12px;
	background-repeat: repeat-y;
}

.pagination{ /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
}

.pagination a{
}

.pagination a:hover, .pagination a.selected{
}