.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 100%; /*Width of Carousel Viewer itself*/
height: 80px; /*Height should enough to fit largest content's height*/
left: 0px;
background-color: white;
}

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

.stepcarousel .panel{
margin-left: 5px;
margin-right: 5px;
background-color: white;
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/ /*margin around each panel*/
/*width: ; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#members{
width: 100%;
height: 80px;
overflow:hidden;
/*border: 10px solid darkred;*/
}

#members .panel{
height: 80px;
text-align: center;
vertical-align: middle;
background-color: white;
/*
font: bold 28px Arial;
text-align: center;
background-color: green;
color: white;
*/
}

/*------------------------------
Lead Sponsors
-------------------------------*/

.stepcarousel2{
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 100%; /*Width of Carousel Viewer itself*/
height: 80px; /*Height should enough to fit largest content's height*/
left: 0px;
background-color: #fbfbfb;
}

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

.stepcarousel2 .panel{
margin-left: 5px;
margin-right: 5px;
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
/*margin: 5px;*/ /*margin around each panel*/
/*width: ; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#partners{
width: 100%;
height: 80px;
overflow:hidden;
/*border: 10px solid darkred;*/
}

#partners .panel{
height: 80px;
/*
font: bold 28px Arial;
text-align: center;
background-color: green;
color: white;
*/
}

/*------------------------------
Support Sponsors
-------------------------------*/

.stepcarousel3 {
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 100%; /*Width of Carousel Viewer itself*/
height: 50px; /*Height should enough to fit largest content's height*/
left: 0px;
background-color: #fbfbfb;
}

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

.stepcarousel3 .panel{
margin-left: 5px;
margin-right: 5px;
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
/*margin: 5px;*/ /*margin around each panel*/
/*width: ; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#support {
width: 100%;
height: 50px;
overflow:hidden;
/*border: 10px solid darkred;*/
}

#support .panel {
height: 50px;
/*
font: bold 28px Arial;
text-align: center;
background-color: green;
color: white;
*/

}
