@charset "utf-8";
/* CSS Document */

li {
	list-style-type:none;
}
 a {
	text-decoration:none;
}
#wrapper1 {
	width: auto;
}
#show-area1 {
	width:450px;
	height:360px;
	position:relative;
	margin:0px auto;
	overflow:hidden;
	background-color: #333;
}
#show-area1 ul {
	position:relative;
	width:2250px;
	height:360px;
	right:0;
}
#show-area1 ul li {
	float:left;
	width:450px;
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
}

#indicator1 {
	width:90px;
	text-align:center;
	position:absolute;
	top:270px;
	left:0;
	right: 0;
	margin: auto;
	z-index:1;
}
#indicator1 div {
	height:12px;
	width:12px;
	border-radius:100%;
	background-color:#ccc;
	float:left;
	margin-left:5px;
	opacity:0.9;
	filter:Alpha(opacity=90);
}
#button-left1, #button-right1 {
    position: absolute;
	width: 25px;
	height: 45px;
	z-index: 2;
	background-color: #cccccc;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	opacity:0;
	filter:Alpha(opacity=50);
	cursor: default;
}
#button-left1 {
	top: 120px;
	left: 20px;
}
#button-right1 {
	top: 120px;
	right: 20px;
}
.onclick {
	background-color:#FFF !important;
}
