#home-folio {
	margin-top:0px;
}

#myslides{
margin-top:8px;
width:420px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 370px; /*Width of Carousel Viewer itself  729px  */
height: 180px; /*Height should enough to fit largest content's height*/
margin: 0px;
background:#7b9773;
}

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

}
.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 5px; /*margin around each panel*/

}

.stepcarousel .panel h2{
text-align: left; /*leave this value alone*/
height:20px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px 5px 0px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}

.stepcarousel .panel img{
float: left; /*leave this value alone*/
margin: 0px 40px 0px 40px; /*margin around each panel*/
padding:0px 0px;
border:0px;
}





