.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:absolute; bottom:60px;left:0px; z-index:999999;
	list-style: none;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}
.pages li { 
	display: inline-block;
	width: 12px; height: 12px;
	margin: 0 5px;
	text-indent: -999px;
	border-radius: 10px;
	background: #a1a1a1;
	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: #fff;
}

.sp01 {
	font:18px 'tahoma';
	text-align:center;
	line-height:562px;
	background-image:url(/images/main/main_img01.png);
	width:1200px;
	height:562px;
}

.sp02 {
	font:18px 'tahoma';
	text-align:center;
	line-height:562px;
	background-image:url(/images/main/main_img02.png);
	width:1200px;
	height:562px;
}

.sp03 {
	font:18px 'tahoma';
	text-align:center;
	line-height:562px;
	background-image:url(/images/main/main_img03.png);
	width:1200px;
	height:562px;
}