.Destaq{
	margin:10px;
	background:url(../img/bgMioloDestaque.gif) repeat-x #fff;
	border:solid 1px #D0D0D0;
	width:548px;
	height:292px;
}

.Destaq .sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 530px; /*width of featured content slider*/
	height: 240px;
	padding:5px;
	margin:3px;
	color:#666;
	
}

.Destaq .sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 548px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 292px;
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
	-moz-opacity: 1;
	opacity: 1;
}
.Destaq .sliderwrapper .contentdiv .interna1{
	float:left; 
	width: 360px;
}
.interna2{
	float: left; 
	width: 140px; 
	margin-top:20px;
	font-size:22px;
	letter-spacing:1px;
	text-transform:none;
	white-space:normal;
}

.pagination{
	/*width: 170px; *//*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	/*margin-left:340px;*/
	text-align: right;
	padding: 5px 10px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #00007D;
	background: white;
	border:solid 1px #D0D0D0;
	font-size:14px;
	color:#666;
	font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #D0D0D0;
}