.tp_stages {
	position: relative;
	border: 1px solid #d6d6d6;
	padding: 5.7%;
	background: #fff;
	overflow: hidden;
}
.tp_stages .images {
	position: relative;
	width: 100%;
	height: 236px;
	max-width: 314px;

}
.tp_stages .images img {
	width: 100%;
}
.tp_stages .tp_stage {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tp_stages .nav {
	text-align: right;
	margin: 8px 0 0 0;
}
.tp_stages .nav a {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	margin: 0 0 0 7px;
	background: #858585;
	transition: background 0.25s ease;
}
.tp_stages .nav a:hover, .tp_stages .nav a.active {
	background: #333;
	transition: background 0.25s ease;
}