.frame {overflow: hidden; position: relative; }
.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: #a03232; }

/* Pages */
.pages {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position:absolute; top:10px; right:10px;
 }

.pages li {
  display: inline-block;
  width: 18px; height: 15px;
  margin: 0;
  text-indent: -999px;
  background-color:#f4f4f4;
  border-radius:10px;
  margin-left:5px;
  cursor: pointer;
  overflow: hidden;
 }
 .pages li.active{width:28px; background-color:#f49f35;}

/*.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: #1178e9;
}*/

.sp02 {
	background:red;
	width:100%;
	height:285px;
	color:#fff;
}
.sp03 {
	background:green;
	width:100%;
	height:285px;
	color:#fff;
}
