#carousel_container
{
/*background-color:#eee;*/
background: url(../../images/background_carousel_670x131_blue.jpg) 0 0 no-repeat;
/*background: url(../../images/background_carousel_670x131.jpg) 0 0 no-repeat;*/
padding: 15px; /* 10px */
width: 670px; /* 720px */
}
#carousel
{
/*margin-top:15px;
padding-top:15px;*/
height: 101px; /* 120px */
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px;
overflow: scroll; /*leave this value alone*/
width: 640px; /*Width of Carousel Viewer itself / 700px */
height: 101px; /*Height should enough to fit largest content's height / 110px */
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0px; /* 10px */
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
margin: 0px; /*margin around each panel*/
width: 116px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. / 130px */
height: 101px; /* 110px */
padding: 0 15px 0 0; /* 5px */
}

.stepcarousel .panel img {
	border: 1px solid #182E7A;
	}