.slider-wrapper {
    float: left;
    width: 980px;
    height: 382px;
	margin-bottom:15px;
}

.box{
	background:#F5EEDE;
	padding:15px;
	border:1px solid #E1D7BB;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.box p{
	font-size:16px;
	line-height:20px;
}
#empresa{
	float:left;
	width:452px;
	height:290px;
}
#tratamento{
	float:right;
	width:445px;
	height:290px;
}

#produtos{
	float:left;
	width:948px;
	margin-top:20px;
}
#produtos .prevProdutos{
	background:url(imagens/prev.png) top left;
    display: block;
    float: left;
	margin-top:25px;
	margin-right:20px;
    text-indent: -9999px;
    width: 25px;
	height:74px;
	outline:none;
}

#produtos .nextProdutos{
	background:url(imagens/next.png) top right;
    display: block;
    float: right;
	margin-top:25px;
    text-indent: -9999px;
    width: 25px;
	height:74px;
	outline:none;
}

#produtos #carrosselProdutos{
	float:left;
	width:855px !important;
}