.slider-title{ 
    width:360px; 
	padding:0 0 0 10px;
	height:35px; 
	line-height:35px;
	background:url(../img/home-right-h1_bg.png) ;
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid #D6D6D6;
}


.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 368px; /*width of featured content slider*/
	height:200px;
	background:white;
	text-align:center;
	border-top:none;
	border-bottom:none;
}

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

#contentdiv{ 
    position:relative; 
	width:350px; 
	height:250px;
	z-index:100;
	margin:0 10px;
}

#contentdiv-title{
    top:160px;
	left:0px;
	background:url(../img/contentdiv-title_bg.png) ;
	height:30px;
	padding:5px 10px;
	position:absolute;
	width:330px;
	color:white;
	text-align:left;
	font-size:13px;
	font-family:arial;
}

#contentdiv-titledestaque{
    top:0px;
	left:0px;
	background:url(../img/destaques.png) ;
	height:20px;
	position:absolute;
	width:80px;
	color:white;
	text-align:left;
	font-size:13px;
}

.pagination{
	text-align: right;
	background:white;
	height:27px;
	padding:10px 10px 0 10px;
	margin-bottom:20px;/**/
}

.pagination span{
    float:left;
	display:inline;
}

.pagination a, pagination a:visited, pagination a:active{
	padding:7px 0;
	width:25px;
	text-decoration: none; 
	color:#990000;
	font-weight:bold;
	font-size:13px;
	display:block;
	text-align:center;
}

.pagination a:hover, .pagination a.selected{
	background:url(../img/pagination-a_bg.jpg) no-repeat;
	color:#666666
}