/* mixes Carousel */

.stepcarousel {
	position: relative; /*leave this value */
	overflow: scroll; /*leave this value */
	width: 307px; /*Width of Carousel Viewer itself*/
	height: 245px; /*Height should enough to fit largest content's height*/
	margin: 0;
	border: 0px solid #000;
}
.stepcarousel .belt {
	position: absolute; /*leave this value */
	left: 0;
	top: 0;
}
.stepcarousel .beltmixes {
	position: absolute; /*leave this value */
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value */
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 307px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel a {
	
}

/* THESE ARE OBSOLETE BUT KEEP
#mixestdBot {
	margin: 0;
	padding: 10px 0 0 0;
	width: 210px;
	text-align: center;
	}
#mixestdBot a {
	padding: 0;
	font: normal 14px/13px Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	}
#mixestdBot a:hover {
	text-decoration: none;
	}
/* THESE ARE OBSOLETE BUT KEEP