@charset "UTF-8";
/* CSS Document */


/*______________________________ DITCH THESE BITS WHEN PORTING OVER ______________________________*/

.stepcarousel10 {background: transparent;}


/*______________________________ GALLERY ELEMENTS ______________________________*/

.stepcarousel10 {
position: relative; /*leave this value alone*/
border: none;
overflow: scroll; /*leave this value alone*/
width: 313px; /*Width of Carousel Viewer itself*/
margin: 0 auto;
padding: 0;
height: 313px; /*Height should enough to fit largest content's height*/
}

.stepcarousel10 .belt10 {
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel10 .panel10 {
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 4px 0 4px; /*margin around each panel*/
width: 305px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
text-align: center;
}

.stepcarousel10 .panel10 h1 {font-size: 110%; font-weight: normal; color: #000000; padding: 25px 0 10px 0; margin: 0;}

.stepcarousel10 .panel10 p {font-size: 95%; font-weight: normal; color: #000000; padding: 0; margin: 0;}

.aboutLeftArrow{float: left; display: inline; padding: 0; margin: -202px 0 0 0;}
.aboutRightArrow{float: right; display: inline; padding: 0; margin: -202px 0 0 0;}