.contentslide{
	border: none;
	border-bottom-width: 6px;
	height: 350px;
	width: 1000px;
	margin-top: 5px;
	padding-top: 5px;
}

.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=50);
-moz-opacity: 10;
opacity: 1;

}

.contentslide .contentdiv{
display: none;

}

.contentdiv{
	width:1000px;
}

.contentdiv span{
	font-size:30px;
}

.pagination{
	top:15px;
	font-size:12px;
	float: right;
	margin-top: -30px;
	padding-top: -30px;
	margin-right: 10px;
	padding-right: 10px;
	overflow: visible;
	z-index: 999;
	visibility: visible;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 900px; /*IE5 width*/
	text-align: center;
}

.pagination a{
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	background-color:#FFFFFF;
	display:block;
	float:left;
	margin-left:3px;
	width:5px;
	padding-top: 5px;
	padding-left: 10px;
	text-align: center;
	margin-right: 5px;
	padding-right: 5px;
}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

.textoDestaque{
	position:relative;
	left:10px;
	background:#fff;
	width:950px;
	padding-top: 5px;
	padding-right: 10;
	padding-bottom: 5px;
	padding-left: 10px;
	top: -350px;
	right: 10px;
	filter:opacity(alpha=60); /* para o IE */
	shadow(Color=#ffffff, strength=1);
	-moz-opacity:0.6; /* para o FireFox */
	opacity:0.6; /* para o outros Navegadores */
	height: 50px;
	}
