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

.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 940px; /*Width of Carousel Viewer itself*/
	height: 152px; /*Height should enough to fit largest content's height*/
	margin: 0 auto;
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
#gallery {
	height:383px;
	margin:auto 0;
	width:574px;
}
.fotosBanner img {
	border: 0px none;
	display: block;
	margin-top:7px;
	margin-left:7px;
}

