#slideCcontainer{
}
#slide{
	width:900px;
	overflow:hidden;
	margin:50px auto;
}
#leftBtn,#rihgtBtn{
	width:50px;
	height:50px;
	margin-top:150px;
}
#leftBtn:hover{
	 box-shadow: 0px 0px 10px #ecb301; 
    -moz-box-shadow: 0px 0px 10px #ecb301;
    -webkit-box-shadow: 0px 0px 10px #ecb301; 
}
#rihgtBtn:hover{
	 box-shadow: 0px 0px 10px #ecb301; 
    -moz-box-shadow: 0px 0px 10px #ecb301;
    -webkit-box-shadow: 0px 0px 10px #ecb301; 
}
#leftBtn{
	float:left;
	background-image:url(../image/leftArrow.png);
}
#rihgtBtn{
	float:right;
	background-image:url(../image/rightArrow.png);
}

#picthresContainer{
	width:800px;
	height:380px;
	position:relative;
	float:left;
	overflow:hidden;
}
#slidePicture1,#slidePicture2,#slidePicture3,#slidePicture4{
	width:800px;
	height:380px;
	position:relative;
	float:left;
}
#slidePicture1{
	
}
#slidePicture2{
	
}
#slidePicture3{
	
}
#slidePicture4{
	
}
