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

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 840px; /*Width of Carousel Viewer itself*/
height: 160px; /*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: 259px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
margin-left:15px;
/*padding-top:10px;*/
list-style:none !important;
background-image:none;
}
.slider{
	background-image: url(../images/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:947px;
	height:222px;
}
.modelThumb{
	float:left;
	width:100px;
	height:150px;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../gallery/spacer.gif);
	padding-right:10px;
}
.modelDetails{
	float:left;
	width:140px;
	height:150px;
	overflow:hidden;
}
.modelDetails .modelName{
	font-weight:bold;
	font-size:14px;
	padding-bottom:12px;
	margin-top:40px;
	height:36px;
	overflow:hidden;
}
.modelDetails .modelPrice{
	font-weight:bold;
	font-size:14px;
	padding-bottom:8px;
	color:#106da9;
}

.sliderprev{
		width:29px;
		height:32px;
		border:0px;
		padding:0px;
		position:absolute;
		margin-top:75px;
		background-image:url(../images/prev-arrow.gif);
		background-position:left top;
		background-repeat:no-repeat;
		margin-left:17px;
		cursor:pointer;
	}
.slidernext{
		width:29px;
		height:32px;
		border:0px;
		padding:0px;
		position:absolute;
		margin-top:75px;
		margin-left:898px;
		background-image:url(../images/next-arrow.gif);
		background-position:left top;
		background-repeat:no-repeat;
		cursor:pointer;
	}
.stepcarousel ul{
		border:0px;
		padding:0px;
	}
.stepcarousel ul li{
		border:0px;
		padding:0px;
	}
