#image-gallery-wrapper {
	margin-top:11px;
	width:100%;
	position:relative;
	padding:11px 0;
	background:none;
}

#image-gallery {
	margin:0 auto;
	margin-top:-6px;
}

.stepcarousel{
position:relative; /*leave this value alone*/
overflow:scroll; /*leave this value alone*/
width:910px; /*Width of Carousel Viewer itself*/
height:254px; /*Height should enough to fit largest content's height*/
margin:0 auto;
}
.stepcarousel_z{
position:relative; /*leave this value alone*/
overflow:scroll; /*leave this value alone*/
width:900px; /*Width of Carousel Viewer itself*/
height:120px; /*Height should enough to fit largest content's height*/
margin:0 auto;
}
.stepcarousel .belt{
position:absolute; /*leave this value alone*/
left:47px;
top:0;
}
.stepcarousel_z .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*/
margin-right:12px ; /*margin around each panel*/
margin-left:12px;
width:307px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:254px;
}

.stepcarousel_z .panel_z
{
	float:left; /*leave this value alone*/
	overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin-right:7px ; /*margin around each panel*/
	width:100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:100px;
}
.stepcarousel .panel p{
text-align:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:5px 5px ; /*margin around each panel*/

}
.stepcarousel_z .panel_z p{
text-align:left; /*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:"Times New Roman", Times, serif;
}
.stepcarousel_z .panel_z 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; /*margin around each panel*/
padding:0;
}
.stepcarousel_z .panel img{
float:left; /*leave this value alone*/
margin:0; /*margin around each panel*/
padding:0;
}


#image-gallery-wrapper .prev, #image-gallery-wrapper .next {
	display:block;
	position:absolute;
	top:11px;
	height:120px;
	width:19px;
	text-indent:-9999px;
	cursor:pointer;
}

#image-gallery-wrapper .prev {
	background:url(../images/slide-buttom-left.png) no-repeat;
	left:6px;
	margin-top:-6px;
}

#image-gallery-wrapper .next {
	background:url(../images/slide-buttom-right.png) no-repeat;
	right:6px;
	margin-top:-6px;
}

