#slider	{ 
width:890px;
height: 300px; 
overflow: hidden;
position: relative; 
margin: 40px auto 0 auto; 

	}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 890px; /*Width of Carousel Viewer itself*/
height: 300px; /*Height should enough to fit largest content's height*/
margin: 0px 5px 0px 0;


}

.stepcarousel .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:20px 40px 0 10px;/*margin around each panel*/
width:840px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:transparent;
height:300px;

}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:40px 5px 0px 10px;
width:400px;
color:#555;
font-family:Verdana;
	font-style: italic;
	font-size:13px; 
}



	
.stepcarousel .jflowimg img{
    background: #282c28; 
	padding:5px 5px;
	float:left;
	margin:0 5px 5px  15px;
}




#image-gallery-wrapper .prev, #image-gallery-wrapper .next {
	display:block;
	top:33px;
	height:62px;
	width:57px;
	text-indent:-9999px;
}

#image-gallery-wrapper .prev {
	float:left;
	margin:115px 0 0 3px;
}

#image-gallery-wrapper .prev:hover {
	background:url(../images/btn-prev_hover2.png) no-repeat 0 0;
	float:left;
	margin:115px 0 0 3px;
}

#image-gallery-wrapper .next {
	float:right;
	margin:115px 7px 0 0;
}

#image-gallery-wrapper .next:hover {
	background:url(../images/btn-next_hover2.png) no-repeat 0 0;
	float:right;
	margin:115px 7px 0 0;
}

	