.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid black;
overflow: scroll; /*leave this value alone*/
width: 840px; /*Width of Carousel Viewer itself*/
height: 320px; /*Height should enough to fit largest content's height*/
margin: 34px 0px 0px 29px;
}

.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: 500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.panel {
color: #000000;
FONT-SIZE: 12px; 
font-family: "Lucida Grande","Lucida Sans Unicode",trebuchet MS,Arial,verdana;
FONT-WEIGHT: normal; 
FONT-STYLE: normal;
TEXT-ALIGN: left;
}

.panel p {
color: #000000;
FONT-SIZE: 11px; 
font-family: "Lucida Grande","Lucida Sans Unicode",trebuchet MS,Arial,verdana;
FONT-WEIGHT: bold; 
FONT-STYLE: normal;
TEXT-ALIGN: left;
}


.pageinfo {
padding: 3px 5px;
text-decoration: none; 
color: #999999;
background: #F7F7F7;
FONT-SIZE: 12px; 
font-family: "Lucida Grande","Lucida Sans Unicode",trebuchet MS,Arial,verdana;
FONT-WEIGHT: normal; 
FONT-STYLE: normal;
TEXT-ALIGN: center;
}

/* attributes of the pagination area */
a.pagination {
padding: 3px 5px;
text-decoration: none; 
color: #990033;
background: #F7F7F7;
FONT-SIZE: 12px; 
FONT-FAMILY: Arial; 
FONT-WEIGHT: bold; 
FONT-STYLE: normal;
TEXT-ALIGN: center;
}

a.pagination:hover {
color: #990033;
background-color: #c5c6c7;
}

a.pagination:selected {
color: #990033;
background-color: #c5c6c7;
}

a.clickhere {
text-decoration: none; 
color: #000000;
FONT-SIZE: 18px; 
FONT-FAMILY: Arial; 
FONT-WEIGHT: bold; 
FONT-STYLE: normal;
TEXT-ALIGN: right;
}

a.clickhere:hover {
color: #990033;
text-decoration: underline; 
}

a.clickhere:selected {
color: #990033;
}

a.chapterTitle {
text-decoration: none; 
color: #444444;
FONT-SIZE: 12px; 
FONT-FAMILY: Arial; 
FONT-WEIGHT: bold; 
FONT-STYLE: normal;
TEXT-ALIGN: left;
}

a.chapterTitle:hover {
color: #990033;
text-decoration: underline; 
}

a.chapterTitle:selected {
color: #990033;
}
