body {
	opacity:1;
}
header {
	position:relative;
}
.toggle {
	position:absolute;
}
.main, .sliderIndex img {
	height:auto;
}
.main {
	margin-top:0;
}
h2 {
	margin-top:0;
	height:130px;
}

.fixed{
	position:relative;
}

#pageTop{
	display:none;
}

.gallery{
	display:block;
}

.gallery:after{
  content: "";
  display: block;
  clear: both;
}

.galleryItem:nth-child(odd){
	float:left;
}

.galleryItem:nth-child(even){
	float:right;
}
