.stepcarousel{
position: relative; /*leave this value alone*/
left:0px;
float:left;
overflow: scroll; /*leave this value alone*/
	width: 692px; /*Width of Carousel Viewer itself*/
height: 338px; /*Height should enough to fit largest content's height*/
margin:0px auto 0px auto;

}
.stepcarousel-content{
	position: relative;
left:12px;
float:left;
	width:692px;
}
.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*/
padding-top:20px;
margin-right: 12px; /*margin around each panel*/
width: 692px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel_arrows{
	clear:both;
	background-image:url(../_media/backgrounds/bg_content_bottom_carousel2.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	text-align:center;
	
}
.stepcarousel_arrows p{
	margin: 0px auto 0px auto;
	padding-top:4px;
	color: #fa8300;
	
	font-family:  Geneva, Arial, sans-serif;
	font-size: 110%;
	
	
}
.stepcarousel_arrow_left{
	float: left;
	position:relative;
	left:8px;
	width: 27px;

}
.stepcarousel_arrow_right{
	float: right;
	position:relative;
	right:8px;
	width: 27px
}
#content_main{
	width: 690px;
	right: 12px;

}
#content_header{
	background-image:url(../_media/backgrounds/bg_content_top_carousel2.jpg);
	background-position: right 20px;

}
.stepcarousel-wrapper{

}
.stepcarousel-header{
	

}
.stepcarousel-footer{
	
}
.stepcarousel-details{
font-size:10px;
text-align:justify;

}
.panel-left{
position:relative;
float:left;
width:434px;

}
.panel-right{
position:relative;
padding-top:40px;
float:right;
width:250px;
height: 298px;

display:block;

}
