/* */

#slides img {
	display: none;
}

#slides img.first {
	display: block;
}

#controls {
	z-index: 100;
	position: absolute;
    width: 100%;
	height: 100%;
}

#left-container {
	background-color:rgba(0,0,0,0);
	float: left;
	width: 10%;
	height: 100%;
	margin: 0;
}

#right-container {
	background-color:rgba(0,0,0,0);
	float: left;
	width: 10%;
	height: 100%;
	margin: 0;
}

#prev-div {
	display: none;
}

#next-div {
	display: none;
}

#controls a.direction-arrow {
	z-index: 100;
	display: block;
	width: 32px;
	height: 32px;
	margin: auto;
	margin-top: 134px;
	opacity: 0.9;
}

#controls a.next {
	background-image: url('arrow-right.png');
}

#controls a.prev {
	background-image: url('arrow-left.png');
}

#pager-container {
	float:left;
	width:80%;
	height:100%;
	margin: 0;
}

#pager-nav {
	display: none;
	text-align:center;
	margin-top:276px;
}

#controls .pager-item {
	z-index: 100;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 6px;
	background-image: url('pager-item-active-gray.png');
	opacity: 0.9;
}

#controls .activeSlide {
	background-image: url('pager-item.png');
}
