/* CSS Document */
/*
a:link { color:#00; text-decoration: none }
a:active { color:#600; text-decoration: none }
a:visited { color:#000; text-decoration: none }*/
a.abc:hover { color:#600; text-decoration: none }
body {
margin:0;
padding:0;
font-family: Verdana;
background:url() repeat-x left top;
}
.bor {
	border: 1px solid #999;
}
.text1{
font-size:12px;
font-family: Arial;
text-decoration:none;
font-weight:bold;
color:#06F;
}
.text2{
font-size:12px;
font-family: Arial;
text-decoration:none;
color:#666;
}
.text2a{
font-size:11px;
font-family: Arial;
text-decoration:none;
color:#666;
}
.text3_bold{
font-size:16px;
font-family: Arial;
text-decoration:none;
color:#000;
}
.text4_bold{
font-size:12px;
font-weight:bold;
font-family: Arial;
text-decoration:none;
color:#000;
}
.text4a_bold{
font-size:12px;
font-family: Arial;
text-decoration:none;
color:#0030ff;
}
.text5{
font-size:11px;
font-family: Arial;
text-decoration:none;
color:#fff;
line-height:14px;
}
.text5a_bold{
font-size:15px;
font-family: Arial;
text-decoration:none;
color:#000;
}
.text6{
font-size:10px;
font-family: Arial;
text-decoration:none;
color:#CCC;
line-height:9px;
}
.text7{
font-size:12px;
font-family: Arial;
text-decoration:none;
font-weight:bold;
color:#000;
}
.text8{
font-size:12px;
font-family: Arial;
text-decoration:none;
font-weight:bold;
color:#FFF;
}
.text9_bold{
font-size:12px;
font-weight:bold;
font-family: Arial;
text-decoration:none;
color:#600;
}
.text10{
font-size:12px;
font-family: Arial;
text-decoration:none;
color:#333;
}
.text11{
font-size:13px;
font-family: Arial;
text-decoration:none;
text-align:justify;
color:#333;
line-height:18px;
}
<style type="text/css">

.stepcarousel{
position: relative; /*leave this value alone*/
border: 20px solid navy;
overflow: scroll; /*leave this value alone*/
width: 280px;
height: 200px; /*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: 15px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

</style>