/*	----------------------------------------------------------------
	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.
	
*/
/*! Version: 2.0.73 (12-Oct-2012) */
body{
	margin:0;
	width:100%;
}
/* Position Maximage relatively (this is not default) */
#maximage {
	position:fixed !important;
	z-index:-1;
}

#holder {
	margin:0;
	width:100%;
}

/* Use specific transition for fx: 'slideHorz' */
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 top;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}
#logo {
bottom:30px;
height:auto;
left:0;
position:absolute;
width:100%;
text-align:center;
z-index:1000;
}

#maximage img.coverslide{
	display:none;
	}

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

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

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 top;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

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

.in-slide-content {
color: #333;
float: right;
font-family: 'Helvetica Neue', helvetica;
font-size: 30px;
font-weight: bold;
right: 0;
margin: 0 40px;
padding: 20px;
position: absolute;
top: 0;
width: 700px;
z-index: 0;
text-shadow: 0 1px 0 #fff;
-webkit-font-smoothing: antialiased;
}
