@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;}

body{}

#wrapper{
	width:1920px;
	margin:0 auto;}

#box{
	width:1920px;
	margin:0 auto;
	overflow:hidden;}

#icon{}

#iconleft{
	position: absolute;
	top: 430px;
	left: -35px;
	z-index: 100;
	cursor:pointer;
	opacity:0.1;
}

#iconright{
	display:none;
	position: absolute;
	top: 430px;
	left: 1920px;
	z-index: 100;
	cursor:pointer;
	opacity:0.1;
}

#slider{
	width:1800px;
	height:900px;
	overflow:hidden;
	position:relative;
	left:60px;
}

#slider ul{
	position: absolute;
	left: 0;
	top: 0;
	list-style:none;
	width:25200px;/*圖片要橫排為一列*/
}


#slider li{
	float:left;}

#iconright.CC{
	display:block;
	opacity:0.3;
}
#iconleft.CC{
	opacity:0.3;
}