.stepcarousel{
margin: 0;
padding: 0;
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 455px;
height: 161px; /*Height should enough to fit largest content's height*/
border: 1px solid #FFF;
background: url(/images/layout/stepcarsel_bg.png) repeat-x;
-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}
.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: 0 7px 0 0; /*margin around each panel*/
padding: 0;
width: 453px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 159px;
vertical-align: middle;
text-align: center;
border: 1px solid #bbdbff;
background-color: #FFF;
-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}
.stepcarousel .panel:hover{
	background: #FFF url(/images/nav/btnbg.png) repeat-x;
	background-position: 100% 210%;
}
.stepcarousel .panel p{
	font-size: 10px;
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	text-align: left;
}
.stepcarousel .panel p b{
	font-size: 11px;
	font-weight: bold;
	color: #2e9eff;
}
.stepcarousel .panel a:link,
.stepcarousel .panel a:visited{
	font: bold 10px Arial;
	text-align: center;
	color: #8f8d8d;
	text-decoration: none;
}
#fontspotstorieswraper{
	float: left;
}
#scroller-l{
	border: 1px solid #FFF;
	border-right: 0;
	width: 24px;
	height: 161px;
	float: left;
	position: absolute;
	background: url(/images/layout/stepcarsel_bg.png) repeat-x;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
}
#scroller-r{
	border: 1px solid #FFF;
	border-left: 0;
	width: 25px;
	height: 161px;
	float: left;
	background: url(/images/layout/stepcarsel_bg.png) repeat-x;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}