.frame {overflow: hidden; position: relative; z-index:-999; }
.frame ul {list-style: none; margin: 0; padding: 0; position: absolute;}
.frame ul li { float: left; margin: 0 1px 0 0; padding: 0; cursor: pointer; }
.frame ul li img {width:100%;}
.frame ul li.active { color: #fff; background: #fff; }

/* Pages */
.pages { 
	list-style: none;
	margin: -40px 0 0 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 12px; height: 12px;
	margin: 0 2px;
	text-indent: -999px;
	border-radius: 10px;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #77b8b6;
}

.sp01 {
	font:18px;
	text-align:center;
	line-height:22px;
	background-color:#ccc;
	width:1000px;
	height:450px;
}

.sp02 {
	font:18px;
	text-align:center;
	line-height:22px;
	background-color:#ccc;
	width:1000px;
	height:450px;
}

.sp03 {
	font:18px;
	text-align:center;
	line-height:22px;
	background-color:#ccc;
	width:1000px;
	height:450px;
}
