#slider img{
    border:none;
	min-width: 100%;
}
#slider .slide {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.controls ol.numericControls li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

.section-slider .controls{
	bottom: 40px;
    display: inline-block;
    left: 50%;
    position: absolute;
    text-align: center;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    z-index: 100000;
}
.controls ol.numericControls{
	display: inline-block;
    line-height: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0 20px;
    width: auto;
}
.controls ol.numericControls li{
	display: inline-block;
	background-color: transparent;
	border: 2px solid #FFF;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	margin: 0 5px;
	position: relative;
}
.controls ol.numericControls li span{
	display: none;	
}
.controls ol.numericControls li:hover{
	border-color: #F0E8DE;
}
.controls ol.numericControls li.current, .controls ol.numericControls li.current:hover{
	border-color: #FFF;
}
.controls ol.numericControls li.current span{
	display: inline-block;
	width: 8px;
	height: 8px;
	color: #F0E8DE;
	background-color: #F0E8DE;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow:hidden;
}

.controls .prevBtn, .controls .nextBtn{
	position: absolute;
	top: 0;
	font-size: 24px;
	line-height: 15px;
	color: #FFF;
}
.controls .prevBtn{
	left: 0
}
.controls .nextBtn{
	right: 0;
}
.controls .prevBtn:hover, .controls .nextBtn:hover{
	color: #F0E8DE;
}