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

#carousel1, #carousel2{
	width: 870px;
	margin: auto;
	border: 1px solid #ccc;
	overflow: auto;
	height: 100px;
	position: relative;
	margin-top:0px;/*: 2em*/
	text-align:center;
}
#carousel1 img, #carousel2 img{
	width: auto;
	height:100px;
	border: 0 none;
}

#carousel1_Controles img{
	border: 2px solid #a00;
	width: 0px;
	height: 0px;
}

