﻿#slider {
	width: 100%;
}
/*position controls*/
.controls li {
	top: 50%;
	margin-top: -30px
}
.controls li:nth-child(1) {
	left: 0;
}
.controls li:nth-child(2) {
	right: 0;
}
/*style pagination*/
.pagination li {
	background-color: #ddd;
}
.pagination li.active {
	background-color: #000;
}
.responsive {
	width: 100%;
	height: auto;
	max-height:660px;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}