.sliderwrapper{
float:left; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 980px; /*width of featured content slider*/
height: 315px;
/*top:-3px;*/
/*margin:0 auto;*/
/*border:solid 1px #30F;*/
/*margin-top: 1px;*/
/*margin-top:-133px;*/
}
.sliderwrapper .contentdiv{
/*padding-left:15px;
padding-top: 40px;*/
/*background:url(http://www.x4ids.com.br/wp-content/themes/arras-theme/images/fundo-laranja-home.png);*/
width: 980px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 315px;
/*border:solid 1px #30F;*/
/*margin-left: -3px;*/
color:#FFF;
}

#um{
	width: 980px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 315px;
	background:url('http://www.x4ids.com.br/imagens/destaque-novo-site.png') top right no-repeat;
}
#dois{
	width: 980px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 315px;
	background:url('http://www.x4ids.com.br/imagens/destaque-portifolio.png') top right no-repeat;
}
#tres{
	width: 980px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 315px;
	background:url('http://www.x4ids.com.br/imagens/destaque-seo.png') top right no-repeat;
	
}
.pagination{
width: 950px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
margin:0 auto;
text-align: right;
margin-top:-20px;
margin-right:10px;
float:right;
z-index:1;
}

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

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