.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #ccc;
	width: 680px; /*width of featured content slider*/
	height: 400px;
	font-size:11px;
	text-align:center;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 680px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 90%;
	text-align:center;
	margin-top:15px;
	background-image:url(img/bg_vitrine_destaque_slider.jpg);
	background-repeat:repeat-y;
}

.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0px 5px 5px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
}

.pagination a{
	padding: 0px;
	text-decoration: none; 
	color: #000;
	background: #fff;
	padding:3px 5px;
	border:#AFC0C9 1px solid;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	font-weight:bold;
	background-color: #D9E1E6;
	border:#6B8B9A 1px solid;
}