#slider	{ 
width:850px;
height: 300px; 
overflow: hidden;
position: relative; 
margin: 0px 0; 

		}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 845px; /*Width of Carousel Viewer itself*/
height: 300px; /*Height should enough to fit largest content's height*/
margin: 0px 5px 0px 7px;

}

.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 15px 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: justify; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:25px 5px 0px 10px;
width:480px;
color:#f2f2f2;
font-family:Verdana;
font-size:12px; 
}

.stepcarousel .panel h2{
	margin:0 0 5px 10px;
	font-family:Verdana;
	width:0 auto;
	font-size: 25px; 
	color: #CCC;
	width:400px;
	}
	
.stepcarousel .panel h2 a{ color:#fff; }
.panel h4 {
	color:#444;
	text-transform:uppercase;
	margin:0 0 0 10px;
	width:400px;
}
	
.stepcarousel .jflowimg img{
    background: #333; 
	padding:5px 5px;
	float:left;
	margin:0 5px 5px  0px;
}

.jflow-more img {
	background:none;
	margin:7px 0 0 17px;
}

.jflow-more {
	background-image:url(Jflow_more.png);
	width:85px;
	height:22px;
	border:none;
	margin:15px 0 0 0;
	float:right;
}

.jflow-more:hover {
	background: url(Jflow_more_hover.png) no-repeat;
	width:85px;
	height:22px;
	border:none;
	margin:15px 0 0 0;
	float:right;
}

#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(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(btn-next_hover2.png) no-repeat 0 0;
	float:right;
	margin:115px 7px 0 0;
}

	