
/*--------------SLIDER----------------*/

#slider {
	width:1920px;
	height:320px;
	margin:0px auto;
	
}


/*--------------CONTROLS--------------*/

/*position controls*/

.controls li {
	top: 50%;
	margin: 0px
}

.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: #fff;
	
}


/*-------------HELPERS----------------*/

.responsive {
	width: 1920px;
	height:320px;
	margin:0 auto;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
	
}
