.gallery-one .item {
	display: block;
	float: left;
	margin-right: 20px;
	position: relative;
	margin-bottom: 15px;
}

.gallery-one .text {
	padding-bottom: 20px;
}

.gallery-one .arrow {
	float: right;
	width: 38px;
	height: 38px;
	background: url(../img/arrows.png) no-repeat;
}

.gallery-one .arrow.arrow_next {
	background-position: right top;
	margin-right: 130px;
}

.gallery-one .arrow.arrow_prev {
	background-position: left top;
	margin-right: 20px;
}

.gallery-one .arrow.arrow_next:hover {
	background-position: right bottom;	
}

.gallery-one .arrow.arrow_prev:hover {
	background-position: left bottom;
}