
/*--------------SLIDER----------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;

}
ol, ul {
	list-style: none;
}
#slider {
	width: 1200px;
	height:400px; 
	margin:0 auto;
}


/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
position:absolute;
	top: 50%;
	margin-top:0; z-index:99;
}


.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: #6fc1ff;
}


/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: auto;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}