@charset "utf-8";
/* CSS Document */
.stepcarousel{
	position:relative;
	background:url(layout/back-mural-home.jpg) no-repeat bottom;
	width: 620px; /*Width of Carousel Viewer itself*/
	height: 154px; /*Height should enough to fit largest content's height*/
	margin:auto;
	top:5px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: -2px;
	top: 1px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden;
	margin-right:21px; /*margin around each panel*/
	width: 137px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.panel img{border:1px solid #CCC; padding:1px;}
