#slider	{ 
		background:url(images/slide.png); 
		height: 220px; 
		overflow: hidden;
		position: relative; 
		margin: 0px 0; 
		border-bottom:1px solid #fff;
		}



.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 940px; /*Width of Carousel Viewer itself*/
height: 220px; /*Height should enough to fit largest content's height*/
margin: 0px 30px 0px 30px;

}

.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: 10px 20px ; /*margin around each panel*/
width:900px; /*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: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/
width:550px;
line-height:20px;
color:#fff;
font-family:georgia, Helvetica, Sans-Serif; 
font-size: 14px; 
}

.stepcarousel .panel h2{
	font-family:georgia, Helvetica, Sans-Serif; 
	font-size: 26px; 
	color: #fff; 
	padding:10px 5px;
	margin:0px 0px;
	width:800px;
	overflow:hidden;

}
.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited  {
	color:#fff;
	background-color: transparent;
	}
.stepcarousel .panel img {
	position: absolute; 
	top: 20px; 
	right: 30px; 
	background:#09c; 
	padding:1px 1px;
 
