/* CSS Document */
/*css reset*/
body,h1,h2,h3,p,li,ul,img{padding:0px;margin:0px;}
img{border:none;}
ul,li{list-style-type:none;}
a{text-decoration:none;}
body{font-family:微软雅黑;}

#carousel1{
	width:1100px;
	height:619px;
	text-align:center;
	overflow:hidden;
}
#carousel1 .car_bigp img{display:none;margin:auto;}
#carousel1 .car_click{
	width:965px;
	height:66px;
	background:url(../images/background1.png);
	position:absolute;
	z-index:2;
	top:780px;
	left:56px;
	padding-left: 15px;
}
#carousel1 .car_click .car_c_title{width:265px;height:55px;margin-top:5px;float:left;}
#carousel1 .car_click .car_c_title p{font-size:18px;color:white;margin:5px 5px}
#carousel1 .car_click .car_c_smallpic{
	width:950px;
	height:50px;
	margin-top:10px;
	float:left;
}
#carousel1 .car_click .car_c_smallpic input{float:left;}
#carousel1 .car_click .car_c_smallpic img{cursor:pointer;float:left;margin:0 5px;border:solid 2px #fff;}
#carousel1 .car_click .car_c_smallpic .car_c_inpt1{
	width:34px;
	height:45px;
	border:0px;
	background:url(../images/arrow1.png);
	cursor:pointer;
	margin-right:5px;
}
#carousel1 .car_click .car_c_smallpic .car_c_inpt2{
	width:34px;
	height:45px;
	border:0px;
	background:url(../images/arrow2.png);
	cursor:pointer;
	margin-left:5px;
}
