#image-galery-wrapper {
	
	margin:0 auto;
	width:984px;
	position:relative;
	padding:-22px 0;
	height:172px;
}

#image-galery {
	margin:0 auto;
}

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

.stepcarouse .bel{
position:absolute; /*leave this value alone*/
left:0;
top:0;
}

.stepcarouse .pane{
background-color:#e5e8ec;
border:1px solid #e5e8ec;
float:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-right:13px ; /*margin around each panel*/
width:198px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:156px;
padding:8px;
}
.stepcarouse .pane 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*/

}

.stepcarouse .pane 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;
}

.stepcarouse .pane img{
float:left; /*leave this value alone*/
margin:0; /*margin around each panel*/
padding:0;
}

#image-galery-wrapper .prev, #image-galery-wrapper .next {
	display:block;
	position:absolute;
	top:102px;
	height:43px;
	width:44px;
	text-indent:-9999px;
}

#image-galery-wrapper .prev {
	background:url(../images/left.png) no-repeat 0 0;
	left:-6px;
}

#image-galery-wrapper .next {
	background:url(../images/right.png) no-repeat 0 0;
	right:-10px;
}


