#slider	{ 

height: 240px; 
overflow: hidden;
position: relative; 
margin: 0px 0; 

}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 648px; /*Width of Carousel Viewer itself*/
height: 260px; /*Height should enough to fit largest content's height*/
margin: 0px 5px 10px 5px;
background-color:#fff;
border:1px solid #bbb; 
}

.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: 0px 25px 0px 25px ; /*margin around each panel*/
width:600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:transparent;
height:260px;

}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:0px 5px 0px 10px;
line-height:20px;
color:#555;
font-family:Tahoma,georgia, Helvetica, Sans-Serif; 
font-size: 13px; 
}

.stepcarousel .panel h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding:7px 0px 5px 15px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	position: absolute;
	top: 190px;
	left: 310px;
	background-image: url(images/title_bg.png);
	width: 250px;
	text-transform: uppercase;
	height: 35px;
	font-weight: normal;
	background-repeat: no-repeat;
}
.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited  {
	color:#FFF;
	background-color: transparent;
	}
.stepcarousel .panel img{
	background-color:#ebebeb;
	padding:5px 5px;
	border:1px solid #ebebeb;
	float:left;
	margin:5px 5px 5px  0px;
}



	
