@charset "utf-8";
/* CSS Document */

#box4{
	position:absolute;
}
#box4 div.slide{
	width:1000px;
	height:313px;
	float:left;
}

.mask3{
	position:relative;
	width:1000px;
	height:313px;
	overflow:hidden;
	margin: 0 auto;
}

#box3{
	position:absolute;
}
#box3 div.slide{	
	float:left;
}

.mask{
	position:relative;
	width:1000px;
	height:158px;
	overflow:hidden;
	margin: 0 auto;
	padding-bottom: 45px;
}

#handles3 {
	position: absolute;
	right: 25px;
	bottom: 40px;
	}
	
#handles3 span {
	margin-right: 25px;
	cursor: pointer;
	padding-top: 12px;
	display: block;
	float: left;
	}

#handles3 span.active {
	background: url(../images/mod_active.gif) no-repeat center 2px;
	
	}
	
#carImg img {
width:50px !important;
} 