@CHARSET "UTF-8";

div.betterslider_pagination {
	position: absolute;
	bottom: 76px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 10px;
	text-align: center;
}

div.betterslider_pagination a {
	position: static;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: white;
	margin-left: 2px;
	margin-right: 2px;
}

div.betterslider_pagination a.current {
	background-color: red;
}

a.betterslider_prev {
	position: absolute;
	right: 114px; /*359px;*/
	top: 413px;
	width: 68px;
	height: 51px;
	background-repeat: no-repeat;
	background-image: url("../img/stage_prev.png");
	background-size: 53px 40px;
}

a.betterslider_prev:hover {
	background-image: url("../img/stage_prev_active.png");
}

a.betterslider_next {
	position: absolute;
	right: 0px; /*473px;*/
	top: 413px;
	width: 68px;
	height: 51px;
	background-repeat: no-repeat;
	background-image: url("../img/stage_next.png");
	background-size: 53px 40px;
}

a.betterslider_next:hover {
	background-image: url("../img/stage_next_active.png");
}

a.betterslider_play {
	position: absolute;
	right: 68px; /*424px;*/
	top: 413px;
	width: 51px;
	height: 51px;
	background-repeat: no-repeat;
	background-image: url("../img/stage_play.png");
	background-size: 40px 40px;
	display: none;
}

a.betterslider_pause {
	position: absolute;
	right: 68px; /*424px;*/
	top: 413px;
	width: 51px;
	height: 51px;
	background-repeat: no-repeat;
	background-image: url("../img/stage_pause.png");
	background-size: 40px 40px;
}
