.flex-viewport {
	cursor: pointer;
}

.flex-control-nav.flex-control-paging {
	display: none;
}

.flexslider a {
	color: white !important;
}

.flexslider .label-text {
	font-family: Helvetica, sans-serif;
}

.flex-control-paging li a{
	background: rgba(0, 0, 0, 0.20);
}

.flex-control-paging li a.flex-active{
	background: rgba(0, 0, 0, 0.66);
}

.flex-control-nav.flex-control-paging {
	display: block;
}

.flex-viewport {
	cursor: auto;
}

/* Image expansion */
.mfp-wrap {
	margin-top: 50px !important;
}

.mfp-close {
	cursor: pointer !important;
}

.expand-image {
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
}

@media screen and (max-width: 480px) {
/*	.flex-control-nav.flex-control-paging {
		display: block;
	}

	.flex-viewport {
		cursor: auto;
	}*/

}