/*	----------------------------------------------------------------
	MaxImage (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------
	
	Beta Demo at: http://www.aaronvanderzwan.com/maxcycle/2.0/
	Beta Documentation at: http://www.aaronvanderzwan.com/blog/2011/11/maximage-2-0-beta1-release/
	Beta Download at: http://plugins.jquery.com/project/maximage
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.
	http://jquery.malsup.com/license.html
	
	Version: 2.0-beta1 (04-November-2011)
*/


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

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

div.mc-image {
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}