#myslides{
}

.slideex {
	width:280px;
	padding: 0;
	margin: 0;
}
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 910px; /*Width of Carousel Viewer itself*/
height: 165px; /*Height should enough to fit largest content's height*/
margin: 0px 5px 0px 25px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
padding: 25px 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width:285px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:120px;
padding: 0 10px 0 10px;
border:none;
}


.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
font-size:12px;
line-height: 17px;
color:#454545;

}

.stepcarousel .panel h2{
text-align: left; /*leave this value alone*/
font-size: 14px;
font-weight: bold;
font-family: Arial, sans-serif;
}

.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited {
color: #000;
text-decoration: none;
}

.stepcarousel .panel h2 a:hover{
color: #000;
text-decoration: underline;
}
.stepcarousel .panel img{
float: left; /*leave this value alone*/
margin: 0 15px 0 0; /*margin around each panel*/
padding: 0;
}



