.brokencarousel_cont,
.stepcarousel_cont {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	text-align: left;
	position: relative; /*leave this value alone*/
}

.stepcarousel_cont {
	width: 100%; /*Width of Carousel Viewer itself*/
	margin: 1em 0;
}

.brokencarousel_cont {
	margin: 15px 0;
}

.brokencarousel_cont a,
.stepcarousel_cont a {
	color: #0d74c4;
}
.brokencarousel_cont a,
.stepcarousel_cont a:hover {
	color: #db4600;
}
.brokencarousel_cont a,
.stepcarousel_cont a:visited {
	color: #A600A6;
}

.stepcarousel {
	position: relative; /*leave this value alone*/
	top: 10px;
	background-color: #EBE4CF;
	border: solid #EBE4CF;
	border-width: 3px 7px;
	overflow: scroll; /*leave this value alone*/
	width: auto; /*Width of Carousel Viewer itself*/
	height: 178px; /*Height should enough to fit largest content's height*/

}

.brokencarousel {
	float: left;
	background-color: #EBE4CF;
	border: solid #EBE4CF;
	border-width: 3px 7px;
	height: 178px; /*Height should enough to fit largest content's height*/
}

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

.stepcarousel .panel,
.brokencarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 122px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 178px;
	padding-top: 6px;
}

.stepcarousel .panel {
	margin-right: 5px; /*margin around each panel*/
}

.brokencarousel .panel {
	margin: 0px; /*margin around each panel*/
}

.brokencarousel.vertical .panel {
	float: none !important;
	margin: 15px 10px; /*margin around each panel*/
}

.stepcarousel .panel a,
.brokencarousel .panel a {
	text-decoration: none;
}

.stepcarousel .panel .special_title,
.brokencarousel .panel .special_title {
	display: block;
	text-decoration: underline;
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	margin-top: -5px
}

.stepcarousel .panel img,
.brokencarousel .panel img {
	border: solid 1px #aaaaaa;
	display: block;
}

.stepcarousel .panel .price,
.brokencarousel .panel .price {
	background: #EE7100;
	color: #FFF;
	padding: 3px 4px 3px 6px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	position:relative; top: -18px; left: 0px;
}

.stepcarousel .panel .address,
.brokencarousel .panel .address {
	display: block;
	text-align: left;
	color: #333;
	padding: 3px 0 0 0;
}
