.swiper-container {
	text-align: center;
}
.prettyprint{
	border: none;
	background: #fafafa;
	color: #697d86;
}

/* swiper */
/* -------------------------------------------------------- */

.swiper-pagination {
	width:98%;
	font-size:1px;
	line-height:1;
	text-align:right;
	bottom:3%;
}
.swiper-pagination-bullet {
	width:85px;
	height:15px;
	text-indent:-9999px;
	margin:0 6px;
	background:#d5d5d5;
	border-radius:0;
	overflow:hidden;
	display:inline-block;
	opacity:1;
}
.swiper-pagination-bullet-active {
	background:#000;
	opacity:1;
}
.swiper-button-prev {
	background-image:none;
}
.swiper-button-next {
	background-image:none;
}

@media screen and ( max-width:481px){ 
.swiper-pagination-bullet {
	width:70px;
	height:10px;
}
.swiper-pagination {
	width:98%;
	font-size:1px;
	line-height:1;
	text-align:center;
	position: relative;
}
}