.stepcarousel{
	position: relative;
	border: 2px black;
	overflow: scroll;
	width: 640px;
	height: 290px;
	background-image: url(../images/BG_PORT_main.png);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;











}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #666666;
	visibility: visible;







}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 20px; /*margin around each panel*/
width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
