.caixa_projetos_especiais {
	position:relative;
	float:left;
	width:590px;
	text-align:left;
}
.sliderwrapper {
	position: relative; /*leave as is*/
	/*overflow: hidden; /*leave as is*/
	width: 590px; /*width of featured content slider*/
	height: 620px;
	z-index:1;
}
.titulo_projetos_especiais {
	position:relative;
	float:left;
	width:420px;
	padding-top:6px;
	padding-left:80px;
	font-size:14px;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: white;
	width: 590px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	/*height: 100%;*/
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
	/*-moz-opacity: 1;*/
	/*opacity: 1;*/
}
.pagination {
	width: 590px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	padding: 15px 0 15px 0;
}
.pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #000000;
	background:#c9e1fb;
	padding:3px 5px 3px 5px;
	border:1px solid #c9e1fb;
}
.pagination a:hover, .pagination a.selected {
	color: #000000;
	background-color: #e7f2ff;
	padding:3px 5px 3px 5px;
	border:1px solid #c9e1fb;
}
