.contentslide{
	background: url(../img/bg_detaques_home.jpg) no-repeat;
	border: none;
	border-bottom-width: 6px;
	padding: 8px;
	width: 380px;
	height: 307px;
	position:relative;
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	padding-top:7px;
	padding-left:9px;
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.contentslide .contentdiv{
	display: none;
}
label a{
	background:#FFFFFF none repeat scroll 0% 0%;
	bottom:24px;
	color:#000000;
	float:left;
	font-weight:bold;
	height:17px;
	left:17px;
	line-height:19px;
	margin-bottom:21px;
	overflow:hidden;
	padding-left:3px;
	position:absolute;
	width:311px;
}
.pagination{
	background-color:#000;
	font-size:10px;
	padding: 0;
	margin-left:8px;
	position:absolute;
	text-align: right;
	top:278px;
	width: 315px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
}
.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #fff;
	background-color: #636852;
}
.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #187af5;
text-decoration:none;
}