/*reset*/
*{
    margin: 0;
    padding: 0;
    list-style: none ;
    outline: 0;
    font-family: 'Arial','Sans-Serif';
}

#content {
	margin: 0 auto;
	width: 1080px;
	height:1040px;
}

#carrossel {
	float: left;
	width: 530px;
	overflow: hidden;
	height: 320px;
}

#carrossel ul li {
	width: 250px;
	height: 300px;
	float: left;
	margin: 0 5px;
}

#menu-carrossel {
	float: left;
	clear: both;
	width: 72%;
	text-align: center;
}