/* CAROUSEL---------------------------------------------*/#slider {	width:100%;	margin:auto;	clear: both;	padding: 0 0 0 0;}#inside {	width:541px;	height:191px;}.stepcarousel{	position: relative; /*leave this value alone*/	overflow: scroll; /*leave this value alone*/	width: 541px; /*Width of Carousel Viewer itself*/	height:191px;	margin: auto;}.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*/	width: 800px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */	height:177px;	position:relative;	padding: 7px;	background:#FFF;}.stepcarousel .panel .projectImg {	position:absolute;}
