.pages li {
	list-style-type: none;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: white;
}

.pages li:hover {
	box-shadow: 0 0 5px 2px white
}

.pages li.active {
	background-color: orange;
	box-shadow: 0 0 5px 2px orange
}

.pages {
	width:100%;
	height:22px;
	line-height:22px;
	background:#DBDDDD;
	position: absolute;
	z-index: 999;
	text-align:center;
}

.pages.horizontal {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px
}
.pages b{
	z-index: 1001;
	bottom: 0px;
	position:relative;
}
.pages.horizontal li {
	display: inline-block;
	margin-right: 10px
}

.pages.horizontal li:last-child {
	margin-right: 0
}

.pages.vertical {
	right: 5px;
	top: 50%;
	transform: translateY(-50%)
}

.pages.vertical li {
	margin-bottom: 10px
}

.pages.vertical li:last-child {
	margin-bottom: 0
}


#container {
	width: 193px;
	height: 208px;
	overflow: hidden;
	text-align:center;
	padding-top:15px;
}
#container span{ display:block; margin: 0 auto; width:158px; height:69px; color:#FFFFFF; text-align:left; overflow:hidden; line-height:24px; padding-top:10px}
#container span a{ color:#FFFFFF;}
#container img {
	width: 158px;
	height: 107px;
	border: 0px;
}
.sections,.section {
	height:100%;
}
#container,.sections {
	position: relative;
}

.section {
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	color: white;
}