@charset "utf-8";
/* CSS Document */

.stepcarousel{
	position:absolute; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 1000px; /*Width of Carousel Viewer itself*/
	height: 307px; /*Height should enough to fit largest content's height*/
	top: 11px;
	left: 13px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width:1000px;/*Width of each panel holding each content. If removed, widths should be individually defined on each  */
height:307px;
position:absolute;
left:0;
top:0;
}

.stepcarousel .panel #text-banner{
	
	width:570px;
	height:45px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	position:absolute;
	left:0px;
	bottom:20px;
	z-index:5;
	font-size:28px;
	background:url(../images/slogan-area.png) no-repeat;
	line-height:40px;
	padding-left:10px;
}
.stepcarousel .panel #text-banner span{
	
	color:#000;
	font-size:27px;
	display:block;
	float:right;
	padding-top:20px;
}
