#slideCcontainer{
}
#slide{
	width:900px;
	overflow:hidden;
	margin:0px auto 0;
}
#leftBtn,#rihgtBtn{
	width:50px;
	height:50px;
	margin-top:180px;
}
#leftBtn:hover{
	background-image:url(../image/leftArrowh.png);
}
#rihgtBtn:hover{
	background-image:url(../image/rightArrowh.png);
}
#leftBtn{
	float:left;
	background-image:url(../image/leftArrow.png);
}
#rihgtBtn{
	float:right;
	background-image:url(../image/rightArrow.png);
}

#picthresContainer{
	width:800px;
	height:380px;
	margin-top:30px;
	position:relative;
	float:left;
	overflow:hidden;
}
#slidePicture1,#slidePicture2,#slidePicture3,#slidePicture4{
	width:800px;
	height:380px;
	position:relative;
	float:left;
}
#slidePicture1{
	background-image:url(../image/slide1.png);
	
}
#slidePicture2{
	background-image:url(../image/slide2.png);
}
#slidePicture3{
	background-image:url(../image/slide3.png);
}
#slidePicture4{
	background-image:url(../image/slide4.png);
}
