.stepcarousel{
position: relative; /*leave this value alone*/
left:5px;
margin:5px 7px 0px 5px;
background:#000;
overflow: scroll; /*leave this value alone*/
width: 344px;
height: 422px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
background:#000;
}
.stepcarousel .contentContainer{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 7px 10px 5px 7px; /*margin around each panel*/
width: 330px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:410px;
}
.charName{
	padding:3px 0 3px 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:16px;
}
.content {
	width: 310px;
	height: 160px;
}
.content img{
	padding-left:13px;
	padding-top:5px;
}
.charDesc{
	padding:15px 15px 45px 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:60px;
	font-stretch:expanded;font-size-adjust:2px;
}
.panelnav {
	width:315px;
	font-size:12px;
	padding:2px 0 0px 10px;
	margin-top:12px;
	margin-bottom:10px;
}
.panelnav .left {
	text-align: left;
    float:left;
	width:30%;
}
.panelnav .right {
	text-align: right;
	float:left;
	width:28%;
}
.panelnav .center {
width:30%;
float:left;
text-align:center;
padding-top:10px;
}


