body { background: #e8e8e8; }
.container { margin: 0 auto; }

/* Example wrapper */
.wrap {
	position: relative;
	margin: 3em 0;
}

/* Frame */
.frame {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
		margin:10px 10px 15px 10px;
	
}
.frame ul {
	list-style: none;
	margin: 00px;
	padding: 0;
	height: 100%;
	font-size: 16px;
}



.frame ul li.active {
	color: #fff;
	background-color:#23B9DA;
}


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

@media only screen and (max-width: 600px) {

	
	
/* Frame */
.frame {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin:10px 10px 15px 10px;
	
}
.frame ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	height: 100%;
	font-size: 14px;
	font-weight:bold;
}






.frame ul li.active {
	color: #fff;
	background-color:#23B9DA;
}


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

