.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 890px; /*Width of Carousel Viewer itself*/
height: 140px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: -170px;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 6px; /*margin around each panel*/
	width: 171px;
/*background-image:url(scroller_bg_panel.jpg);
background-repeat:no-repeat;    padding-top: 1px;
    padding-left: 0px;*/

}
.panel {
	text-align:center;
}

#mygallery .belt .panel img {
border: 1px solid #0099ff;
}
.panel1 {text-align:center}

.h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	text-transform: capitalize;
	padding: 0px;
	line-height: 24px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#adjust-padding-here-only {
	margin-left: 25px;
	margin-bottom: 5px;
	padding: 0px;
}
