.sliderwrapper{
	overflow: hidden; /*leave as is*/
	border: 5px;
	border-bottom-width: 6px;
	width: 530px; /*width of featured content slider*/
	height: 200px;
	position: relative;
}

.sliderwrapper .contentdiv .titulo{
	position: absolute; /*leave as is*/  /*leave as is*/
	top: 200x;  /*leave as is*/
	padding: 10px;

background: ;
	width: 280px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 30px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0px;  /*leave as is*/
	padding: 10px;

background: ;
	width: 500px; /*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: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px;
	
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #F30;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #C00;
	border: thin solid #C00;
}

