.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 {
    position: relative;
    top: -260px;
    right: -90px;
	list-style: none;
	margin: 10px 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: #ccc;
    cursor: pointer;
    overflow: hidden;
    box-shadow: inset 0 0 0 0px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #666666;
}

.sp01 {
	width:300px;
	height:270px;
}

.sp02 {
	width:300px;
	height:270px;
}

.sp03 {
	width:300px;
	height:270px;
}
.sp04 {
	width:300px;
	height:270px;
}
