@charset "UTF-8";
/* CSS Document */
#right_h1 {
	margin: 10px 0 20px 15px;
	text-align: left;
	float: left;
	width: 560px;
	height: 56px;
	padding: 0;
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0;
overflow: scroll; /*leave this value alone*/
height: 309px; /*Height should enough to fit largest content's height*/
text-align: center;
width: 309px;
margin: 10px;
/*float: right;
*/}

.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: 0 auto; /*margin around each panel*/
	width: 309px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	vertical-align: middle;
}
.stepcarousel img {
	margin: 0 auto;
	border: 4px solid #ccc;
}
.stepcarousel img.horizontal {
}

.buttons {
width: 311px;
margin: 0 10px;
text-align: center;
/*float: right;
clear: right;
*/}

