@charset "utf-8";
/* CSS Document */

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 710px; /*Width of Carousel Viewer itself*/
height: 296px; /*Height should enough to fit largest content's height*/
/*margin-left:46px;*/
padding-top:8px;
}

.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: 710px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:296px;
/*padding-left:20px;
padding-top:10px;*/
}
.slider{
	background-image: url(../images/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:947px;
	height:222px;
}
.modelThumb{
	float:left;
	width:110px;
	height:150px;
	text-align:center;
}
.modelDetails{
	float:left;
	width:140px;
	height:150px;
}
.modelDetails .modelName{
	font-weight:bold;
	font-size:14px;
	padding-bottom:12px;
	padding-top:6px;
}
.modelDetails .modelPrice{
	font-weight:bold;
	font-size:14px;
	padding-bottom:12px;
	color:#106da9;
	font-size:16px;
}