.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 320px; /*Width of Carousel Viewer itself*/
height: 100px; /*Height should enough to fit largest content's height*/
margin-left: 45px;
}

.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; /*margin around each panel*/
width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background-image:url(../images/bg_thumb.gif); 
background-repeat: no-repeat;
}

.panel img{
border: none;
margin-top: 10px; 
margin-bottom: 10px; 
padding-left: 10px;
padding-bottom: 8px;
width: 68px;
height: 68px;
}

.panel a{
cursor: default;
}

#main-image-container {
margin: 15px 10px 0 15px;
height: 160px;
background-image: url(../images/bg_img.gif);
background-repeat: no-repeat;
}

#main-image-container img {
float: left;
margin-right: 15px;
width: 126px; 
height: 133px; 
margin-top: 13px; 
margin-left: 15px;
}

#main-image-container p {
padding-top: 20px;
font-weight: normal;
}

#main-image-container a:hover p{
text-decoration: none;
}

#main-image-container p:hover {
text-decoration: none;
}