﻿#homepagebanners
{
}

#placeholder
{
    float: left;
    position: relative;
    width: 911px;
    left: 0;
    top: 0;
    display: block;
    clear: both;
}
.stepcarousel
{
    position: relative; /*leave this value alone*/
    border: 0px solid black;
    overflow: scroll; /*leave this value alone*/
    width: 911px; /*Width of Carousel Viewer itself*/
    height: 356px; /*Height should enough to fit largest content's height*/
    left: -3px;
}
.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; /*margin around each panel*/
    width: 911px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#homepagebanners-nav
{
    width: 908px;
    position: relative;
    top: -200px;
    left: -3px;
    height: 1px;
    overflow: visible;
}

#homepagebanners-paginate
{
    position: relative;
    left: -3px;
    top: 0px;
    background-color: #000;
    width: 901px;
    height: 30px;
    text-align: left;
    padding: 14px 0px 0px 10px;
    margin: -2px 0px 10px 0px;
    clear: none;
}


#homepagebanners-socialmedia
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 30px;
    margin: -45px 0px 10px 650px;
}

#homepagebanners-socialmedia span.connect
{
    color: #FFF;
    font-family:  Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1.1em ;
    margin-right: 10px;
    position: relative;
    top: -10px;
    left: 0px;
}