.fl-carousel {
	position: relative;
}
a.fl-carousel-prev, 
a.fl-carousel-next {
	background: url(../img/carousel-sprite.png) no-repeat transparent;
	width: 49px;
	height: 49px;
	display: block;
	position: absolute;
	top: 34%;
}
a.fl-carousel-prev {			
	left: -9px;
	background-position: 0 0;}
a.fl-carousel-prev:hover {
	background-position: 0 -49px; 
}
a.fl-carousel-prev.disabled {
	background-position: 0 -98px !important;  
}
a.fl-carousel-next {			
	right: -9px;
	background-position: -49px 0; 
}
a.fl-carousel-next:hover {		
	background-position: -49px -49px; 
}
a.fl-carousel-next.disabled {	
	background-position: -49px -98px !important;  
}
a.fl-carousel-prev.disabled,
a.fl-carousel-next.disabled {
	cursor: default;
}

a.fl-carousel-prev span, 
a.fl-carousel-next span {
	display: none;
}
.fl-carousel-pagination {
	margin-top: 10px;
	text-align: center;
}
.fl-carousel-pagination a {
	background: #f0f0f0;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
	border-radius: 50%;
}
.fl-carousel-pagination a.selected {
	background: #cecece;
	cursor: default;
}
.fl-carousel-pagination a span {
	display: none;
}

/* Custom Styles*/

.fl-carousel {
	padding: 0 30px;
}
.fl-carousel-items > iframe,
.fl-carousel-items > img,
.fl-carousel-items > div {
	margin: 0 18px; 
}