.ui-datepicker-calendar a:HOVER{
border: 1px solid #79b7e7; background: #d0e5f5 url(/images/ui-bg_glass_0_d0e5f5_1x400.png) 50% 50% repeat-x;
}

.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 20px solid navy;*/
overflow: hidden; /*leave this value alone*/
width: 190px;
height: 220px; /*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: 4px; /*margin around each panel*/
width: 190px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}