#content {
	margin-top: 0;
}

body {
/*	    overflow: hidden;
	    height: 100%;	
	    float: none;*/
}

body.scrolling {
	overflow: auto;
}

.homeWrap {
	float: left;
	width: 100%;
	top: 0;
	z-index: 1;
	    overflow: hidden;
	    position: static;
}

#leftnav_container {
	display: none;
}

.carousel {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

#header {
	float: left;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	padding: 0 0 15px 0;
	background: rgba(255,255,255,0.6);
/*	border-bottom: 1px solid #eee;*/
}

/*#pinContainer {
		width: 100% !important;
		height: 100% !important;
		overflow: hidden;
	}
.panel {
	height: 100%;
	width: 100%;
	position: absolute;
}*/

#magCarousel {
	float: left;
	width: 94%;
	margin: 2%;
	text-align: center;
}

ul.mag {
 	list-style: none;
 	margin: 0 auto;
 	padding: 0;
 	max-width: 1200px;

}

ul.mag li{

}

ul.mag li img{
	float: left;
	width: 100%;
	height: auto;
}

.magHead {
	float: left;
	width: 94%;
	text-align: left;
	font-weight: 300;
}

.magHead h2{
	font-weight: 400;
	line-height: 110%;
}

