﻿.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid #353535;
overflow: scroll; /*leave this value alone*/
width: 307px; /*Width of Carousel Viewer itself*/
height: 120px; /*Height should enough to fit largest content's height*/
text-align:center;
background-color:#ffcb05;
}

.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. */
}



#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color:Gray;
width: 50px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

