/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------
	
	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.
	http://jquery.malsup.com/license.html
	
*/
/*! Version: 2.0.2 (16-July-2012) */


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

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

div.mc-image {
-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%;
width: 100%;
}

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