.content_container{width:910px; float:left; clear:both;background-image:url(../images/layout/nav_bg.jpg); background-position:top right; background-repeat:repeat-y;margin-left:40px;}
.content_formatting{width:706px; float:left;}
.content{width:660px; float:left; margin-right:20px;}
.site_map{float:left; width:706px;}
.vert_nav_holder{float:left}


.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 590px; /*Width of Carousel Viewer itself*/
height: 220px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
margin-left:10px;
margin-right:10px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-top: 0px; margin-bottom:10px; margin-left:10px; margin-right:10px; /*margin around each panel*/
width: 184px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


