.stepcarousel{
position: relative; /*leave this value alone*/
border: #ebebeb 1px solid;
background-color: #ebebeb;
overflow: scroll; /*leave this value alone*/
width: 600px; /*Width of Carousel Viewer itself*/
height: 150px; /*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: 5px; /*margin around each panel*/
width: 194px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#content_box {
border-right: #666666 0px solid;
border-top: #666666 0px solid;
border-bottom: #666666 0px solid;
height: 275px;
width: 600px;
float: left;
margin-bottom: 0px;
}
#content_tabsrow1 {
height: 48px;
background-color: #ebebeb;
padding-top: 20px;
padding-left: 10px;
width: 114px;
border-bottom: #cccccc 1px dashed;
float: left;
}
#content_tabsrow2 {
height: 48px;
background-color: #cccccc;
padding-top: 20px;
padding-left: 10px;
border-bottom: #cccccc 1px dashed;
width: 114px;
float: left;
}
#content_tabsrow3 {
height: 46px;
padding-top: 20px;
padding-left: 10px;
background-color: #ebebeb;
border-bottom: #cccccc 1px dashed;
width: 114px;
float: left;
}
#content_tabsrow4 {
height: 45px;
padding-top: 20px;
padding-left: 10px;
background-color: #cccccc;
width: 114px;
float: left;
}
#content_tabs {
background-color: #ffffff;
border-left: #666666 0px solid;
border-top: #666666 0px solid;
border-bottom: #666666 0px solid;
float: left;
margin-bottom: 0px;
}
#content_tabs ul {
margin-left: 0px;
margin-top: 0px;
}
#content_tabs li {
background-color: #ebebeb;
list-style: none;
padding-top: 0px;
padding-left: 10px;
border-bottom: #cccccc 1px dashed;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: #666666 0px solid;
margin-left: 0px;
height: 275px;
width: 600px; /*width of featured content slider*/
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #ffffff;
margin-top: 0px;
margin-left: 0px;
width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
}

.pagination a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold; 
color: #000;
text-decoration: none;
background: none;
}

.pagination a:hover, .pagination a.selected{
color: #0063B1;
background: none; 
}
