#image-gallery-wrapper {
	margin:0 auto;
	width:966px;
	position:relative;
	padding:9px 0 0;
}

#image-gallery {
	margin:0 auto;
}

.stepcarousel{
position:relative; /*leave this value alone*/
width:966px; /*Width of Carousel Viewer itself*/
height:154px; /*Height should enough to fit largest content's height*/
margin:0 auto;
}

.stepcarousel .belt{
	float: left;
	margin-left: 1px;
}
.stepcarousel div.belt+div.belt {
	margin-left: 3px;
}

.stepcarousel .panel{
background-color:#f8fafc;
border:1px solid #e4edf6;
float:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
width:125px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:140px;
padding:4px 4px 8px 4px;
text-align: center;
font-weight: bold;
border-radius: 5px;
-moz-border-radius: 5px;
}
.stepcarousel .panel p{
text-align:center; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:5px 5px ; /*margin around each panel*/

}

.stepcarousel .panel h2{
text-align:left; /*leave this value alone*/
height:20px;
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}

.stepcarousel .panel img{
float:left; /*leave this value alone*/
margin:0 0 2px 0; /*margin around each panel*/
padding:0;
width: 125px;
}