/* CSS Document */

.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #CCCCCC;
overflow: scroll; /*leave this value alone*/
width: 275px; /*Width of Carousel Viewer itself*/
height: 115px; /*Height should enough to fit largest content's height*/
}
div.base {
	background-image: url(../images/carosel/base.jpg);
	height: 148px;
	width: 368px;
	padding-top: 26px;
	background-repeat: no-repeat;
	background-position: center center;
}


.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

