#slider	{ 
	overflow: hidden;
	position: relative; 
	background-image: url(bg_slider.png);
	width: 970px;
	margin:0px;
	padding:0px;
	height: 240px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		}



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

}

.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: 5px 20px ; /*margin around each panel*/
width:970px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:220px;

}
.stepcarousel .panel p{
text-align: justify; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/
width:600px;
line-height:20px;
text-shadow: 1px 1px 0px #000;
font-size: 13px; 
}

.stepcarousel .panel h2{
	display: block;
	font-size: 34px; 
	padding:5px 5px;
	margin:10px 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	overflow:hidden;
}

.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited  {
	color: #fff;
	background-color: transparent;
	line-height: 20px;
	margin: 0px;
	font-size: 28px; 
	}
	
.stepcarousel .panel img{
	position: absolute; 
	top: 20px; 
	right: 60px; 
	padding: 5px;
	background-color: #484848;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}



	
