/*
* 	Owl Carousel Owl Custom Theme 
*	v1
*/
.carousel{
	position: relative;
	padding: 0;
}
.carousel .customNavigation{
	display: block;
	position: relative;
	width: 100%;
	bottom: 15px;
}
.carousel .customNavigation .btn{
	display: block;
	position: absolute;
	padding: 0;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 40px;
}
.carousel .customNavigation .btn.prev{
	right: 100px;
	background-image: url('img/btn-carousel-prev.png');
}
.carousel .customNavigation .btn.next{
	right: 50px;
	background-image: url('img/btn-carousel-next.png');
}