.mc-hide-scrolls{
	overflow:hidden;
}
#maximage div.mc-image{
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 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;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
.mc-old-browser .mc-image {
	overflow:hidden;
}
#maximage div.mc-image.slidein{
	-webkit-animation: slideIn 10s linear;
    -webkit-animation-play-state: play;
    animation: slideIn 10s linear;
    animation-play-state: play;
}
#maximage div.mc-image.slideout{
	-webkit-animation: slideOut 10s linear;
    -webkit-animation-play-state: play;
    animation: slideOut 10s linear;
    animation-play-state: play;
}

/* Set for Maximage */

			#maximage{
				position:relative;
				width:100%;
				height:100%;
				overflow:hidden;
				padding: 0;
			}
			.maximage.page{
				padding: 0 !important;
			}
		    .header-overlay #arrow_left, .header-overlay #arrow_right{
				height:30px;
				width:73px;
				position:absolute;
				bottom:0;
				top:20px;
				margin:auto;
				z-index:50;
				opacity:0.65; 
				transition:all 0.2s;
				cursor:pointer;
				overflow:hidden;
			}
			.header-overlay #arrow_left{
				left:0px;
			}
		    .header-overlay #arrow_right{
				right:0px;
			}
			.header-overlay:hover #arrow_left{
				left:0px;
			}
			.header-overlay:hover #arrow_right{
				right:0px;
			}
			.header-overlay #arrow_left:hover, .header-overlay #arrow_right:hover{
				opacity:1;
			}