.stepcarousel-navigation {
	padding: 2px;
	border: 1px solid #efefef;
}

.stepcarousel-navigation img {
	border: 0;
	vertical-align: middle;
}

.stepcarousel-navigation div.wrapper {
	background-color: #7FB7E7;
}

.stepcarousel-navigation span.links,
.stepcarousel-navigation span.rechts,
.stepcarousel-navigation span.seite {
	float: left;
}

.stepcarousel-navigation span.seite {
	width: 576px;
	display: block;
	margin-top: 2px;
	text-align: center;
}

.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 615px; /*Width of Carousel Viewer itself*/
	height: 130px; /*Height should enough to fit largest content's height*/
	margin: 10px 0;	
}

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

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	/*margin: 10px; /*margin around each panel*/
	width: 205px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel .bild {
	width: 80px;
	float: left;
}

.stepcarousel .panel .bild img {
	width: 80px;
	height: 80px;
}

.stepcarousel .panel .details {
	width: 125px;
	float: left;
}

.stepcarousel .panel .details h4 {
	margin: 0;
}

.stepcarousel .panel .details p {
	margin: 5px 0;
}

.stepcarousel .panel .details .preis strong {
	font-size: 14px;
}

.stepcarousel .panel .details .sparen {
	font-style: italic;
}

.stepcarousel .panel .details .link a {
	padding-right: 15px;
	text-decoration: underline;
	background: transparent url('../pics/fuss_pfeil.gif') no-repeat right 2px;
}
