
/*--------------SLIDER----------------*/

#slider {
width:100%;
	margin:0px auto;
	padding:0;
}
#slider img{ height:100%;}
#slider ul{height:0px}
/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
	top:70px;
}

.controls li:nth-child(1) {
	left: 0;
}

.controls li:nth-child(2) {
	right: 0;
}


/*------------PAGINATION------------*/

/*style pagination*/
.pagination li {
	background-color: #ddd;
}

.pagination li.active {
	background-color: #000;
}


/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: 100%;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}