
body {	
  margin: 0;
  padding: 0;
  border: 0;
  
 
}

footer {
	margin: 0;
  	padding: 0;
  	border: 0;
}

.mc-hide-scrolls{
	overflow:hidden;
}

.mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	
  	
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	-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;
	background-size: cover;*/
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
	
}

.mc-old-browser .mc-image {
	overflow:hidden;
}


