@charset "utf-8";
body, div, dl, dt, dd, ul, li, h3 {
	margin: 0;
	padding: 0;
}

/* box */
#box {
	width: 100%;
	margin: 10px auto;
}
#container{
	position: relative;
	height: 800px;
	background: #FCFCFC;
}
#container .item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1400px;
	height: 100%;
	overflow: hidden;
	background: #FAFAFA;
	border: 1px solid #ddd;
	z-index: 1;
	opacity: 1;
}

.item img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}



#control {
	height: 37px;
	text-align: center;
	background: white;
}

