#slider	{ 

height: 234px; 
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: 275px; /*Height should enough to fit largest content's height*/
margin: 0px 5px 0px 5px;
background:#fff url(/wp-content/themes/yestilo/images/feat.png) top right no-repeat ;
}

.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 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:220px;

}
.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:georgia, Helvetica, Sans-Serif; 
	font-size: 20px; 
	color: #333; 
	padding:5px 0px;
	margin:5px 0px 0px 0px;
	overflow:hidden;

}
.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited  {
	color:#333;
	background-color: transparent;
	}
.stepcarousel .panel img{


	background:#D4D4D4; 
	padding:0px 0px;
	border:0px solid #ccc;
	float:left;
	margin:5px 5px 5px  0px;
}



	
/*
     FILE ARCHIVED ON 12:52:21 Mar 23, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:47:45 Feb 07, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/