﻿body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: black;
}
.wrapper
{
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: black;
	clear: both;
}
.header
{
	position: absolute;
	height: 30px;
	width: 100%;
	top: 0px;
	z-index: 999;
}

.menu
{
	position: fixed;
	z-index: 999;
	top: -5px;
	left: 10px;
}
.logo
{
	background: #de2128;
	vertical-align: top;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
 .mainbox
{
	display: block;
}
.mainbox .box
{
	float: left;
	height: auto;
	width: 20%;
	position: relative;
	cursor: pointer; 
	
}
.mainbox .img img
{
	opacity: 0.4;
	background: black;
}
.mainbox .img:hover p
{
	opacity: 0;
}
.mainbox .img img:hover
{
	opacity: 1;
}
#supersize img, #supersize a
{
	width: 100%;
	display: none;
}
#supersize .activeslide, #supersize .activeslide img
{
	display: inline;
}
#supersize a.noclass
{
	display: block;
	width: auto;
}
#supersize a.noclass
{
	padding: 32% 0;
}
#supersize .noclass img
{
	width: 76%;
}
.mainbox p
{
	position: absolute;
	z-index: 9999;
	bottom: 0px;
	right: 10px;
	color: White;
}
#hidden_content
{
	display: none;
}
 
a#button
{
	z-index: 9999;
	position: relative;
}
#supersize a.white-logo
{
	background: url(../images/menu.png) no-repeat center;
	height: 37px;
	width: 37px !important;
}
#supersize a.black-logo
{
	background: url(../images/menu-black.png) no-repeat center;
	height: 37px;
	width: 37px !important;
}
