.mc-hide-scrolls {
	overflow: hidden;
}
body .mc-cycle {
	left: 0px; width: 100%; height: 100%; overflow: hidden; position: fixed; z-index: -1;
}
div.mc-image {
	background-position: center; width: 100%; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
}
.mc-old-browser .mc-image {
	overflow: hidden;
}
