#mygallery {
	margin:0;
	padding:0;
	background-color:#e31d89;/* display:inline;*/
	margin:0 40px 0 51px;
	display:inline;
 }
.stepcarousel {
	position:relative; /*leave this value alone
border-right:20px solid #da398c;
border-left:20px solid #da398c;*/
	border-top:none;
	border-bottom:none;
	overflow:scroll; /*leave this value alone*/
	width:865px; /*Width of Carousel Viewer itself*/
	height:95px; /*Height should enough to fit largest content's height*/
	float:left;
	
}
.stepcarousel .belt {
	position:relative; /*leave this value alone
	left:0;
	top:0;*/
	width:865px;
	float:left;
	display:inline;
	
}
.stepcarousel .panel {
	float:left; /*leave this value alone*/
	overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin-top:7px;/*margin around each panel*/
	margin-bottom:12px;
	width:160px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. 
border:1px #000000 solid;*/
	padding:0 0 0 13px;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:13px;
	text-align:left;
}

