#mygallery{margin:12px;}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 2px solid black;
overflow: scroll; /*leave this value alone*/
width: 545px; /*Width of Carousel Viewer itself*/
height: 315px; /*Height should enough to fit largest content's height*/
}

.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: 10px 0 0 0; /*margin around each panel*/
width: 545px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


/*overwrite homepage_styles.css*/
#home_top_container{height:375px; width:920px; float:left;}
#home_top_container_bkg{/* background-color:#746e9c;*/}
#home_center_container{width:573px; height:346px; margin:16px 0 0 12px;}
/*#home_fav_box{margin-left:610px;}*/
