/*
#outerbox {
	height:330px;
	width:732px;
	padding:10px;
	background-color:#fff
	}
	
*/
	

	
#cpanel1 {
	height:300px;
	width:230px;
	background-color:#fff;
	border-right: 1px solid #d8d7d6;
	font: 11pt arial;
	color: #2d2d2d;
	float:left;
	margin-right:20px;
	padding: 5px;
	overflow-y: auto
	}
	
#cpanel2 {
	height:300px;
	width:230px;
	background-color:white;
	border-right: 1px solid #d8d7d6;
	font: 11pt arial;
	color: #2d2d2d;	
	float:left;
	padding: 5px;
	overflow-y: auto
	}
	
#cpanel3 {
	height:300px;
	width:230px;
	background-color:#fff;
	font: 11pt arial;
	color: #2d2d2d;
	float:right;
	padding: 5px;
	overflow-y: auto
	}
	
.stepcarousel{
position: relative; /*leave this value alone*/
background-color: #fff;
border: 1px solid black;
overflow: scroll; /*leave this value alone*/
width: 732px; /*Width of Carousel Viewer itself*/
height: 320px; /*Height should enough to fit largest content's height*/
}

.stepcarousel img {
	margin-bottom: 10px;
	}

.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: 0px; /*margin around each panel*/
padding: 0px;
width: 732px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
	