@charset "utf-8";
/* CSS Document */

#boxImagens {
	background: url(../imagens/boxImagens.png) no-repeat;
	position:relative;
	width:953px;
	height:153px;
	margin-top:15px;
	margin-bottom:5px;
}

#boxImagens ul {
	width:20000em;
	padding:0;
	margin:10px 0 0 0;
}
#boxImagens li {
	list-style-type:none;
	float:left;
}

#boxImgLeft, #boxImgRight {
	cursor:pointer;
}

#boxImagens a img {
	margin:0 5px 0 5px;
	background-color:#fff;
	padding:3px;
	border:2px solid #735B13;
}

#boxImagens .container {
	margin:2px 2px 0 2px;
	width:942px;
	overflow:hidden;
}
