/* unslider.js */

.unslider-arrow {
	display: block;
	width: 17px;
	height: 28px;
	background: url("assets/glide-arrows.png") no-repeat 0 0;
	text-indent: -999em;
	cursor: pointer;
	position: absolute;
	margin-bottom: -1em;
}

.prev {
	left: 1em;
	bottom: 50%;
}
.next {
	right: 1em;
	bottom: 50%;
	background-position: -17px 0;
}

/* #pictures */

#pictures .slider img {
	display: inline;
	width: auto;
}

#pictures .slider {
	position: relative; 
	overflow: auto;
	margin: 0 auto;
	text-align: center;
	background: #000;
}

#pictures .slider li {
	list-style: none;
}

#pictures .slider ul li {
	float: left;
}


