
.step-gallery {
	overflow: hidden;
	position: relative;
}

.step-gallery ul.pics {
	position: absolute;
}

.step-gallery ul li {
	float: left;
}

.step-gallery .nav {
	position: absolute;
	right: 10px;
	bottom: 12px;
	color: #fff;
	font-family: Arial;
	z-index: 10;
}

.step-gallery .nav a {
	display: block;
	width: 12px;
	line-height: 12px;
	background: #5c6568;
	font-size: 9px;
	margin-left: 4px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

.step-gallery ul.nav a.active{
	background: transparent;
	color:#235fe9;
}

.step-gallery ul.nav a:hover{
	color:#000;
}

.step-gallery .prev {
	position: absolute;
	top: 0;
	left: 0px;
	width: 71px; height: 100%;
}

.step-gallery .prev a {
	display: block;
	background: url(../images/gallery-prev.png) no-repeat right center;
	width: 100%; height: 100%;
}

.step-gallery .next {
	width: 71px; height: 100%;
	position: absolute;
	top: 0;
	right: 0px;
}

.step-gallery .next a {
	display: block;
	background: url(../images/gallery-next.png) no-repeat left center;
	width: 100%; height: 100%;
}
