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


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

.stepcarousel11, .stepcarousel12 {background: transparent;}


/*______________________________ GALLERY ELEMENTS ______________________________*/

.stepcarousel11, .stepcarousel12 {
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*/
}

.stepcarousel11 .belt11, .stepcarousel12 .belt12 {
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel11 .panel11, .stepcarousel12 .panel12 {
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;
}

.stepcarousel11 .panel11 h1, .stepcarousel12 .panel12 h1 {font-size: 110%; font-weight: normal; color: #000000; padding: 25px 0 10px 0; margin: 0;}

.stepcarousel11 .panel11 p, .stepcarousel12 .panel12 p {font-size: 95%; font-weight: normal; color: #888888; padding: 0; margin: 0;}

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