body{
	margin:0;
	padding: 0;
}

p{
	font-family: helvetica,sans;;
	font-weight: normal;
	font-size: 20px;
	margin:20px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	margin-top: 4px;
}

h3{
	margin: 20px;
	font-family: helvetica,sans;;
	font-weight: lighter;
	font-size: 12px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	margin-bottom: 2px;
}

div {
    -webkit-perspective: 2500px; /* Chrome, Safari, Opera */
    perspective: 2500px;
}

#contentB{
	bottom: 0px;
}

#expandButton{
	position: absolute;
	width: 160px;
	height: 33px;
	right: 122px;
	top: 322px;
	z-index: 1001;
	cursor: pointer;
	background-image: url(expandbtn-off.png);
}

#expandButton:hover{
	background-image: url(expandbtn-on.png);
}

#logoButton{
	position: absolute;
	width: 300px;
	height: 66px;
	right: 0px;
	bottom: 0px;
	z-index: 1001;
	cursor: pointer;
}

#faceButton{
	width:28px;
	height: 28px;
	position: absolute;
	right: 48px;
	bottom: 10px;
	z-index: 100;
	background-image: url(social-fb.gif);
}

#faceButton:hover{
	background-image: url(social-fb-hover.gif);
}

#linkedButton{
	width:28px;
	height: 28px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 100;
	background-image: url(social-in.gif);
}

#linkedButton:hover{
	background-image: url(social-in-hover.gif);
}

#twitterButton{
	width:28px;
	height: 28px;
	position: absolute;
	right: 86px;
	bottom: 10px;
	z-index: 100;
	background-image: url(social-tw.gif);
}

#twitterButton:hover{
	background-image: url(social-tw-hover.gif);
}

#floatingContent{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
    cursor: pointer;
}

.floatItem{
	position: absolute;
	right: 0px;	
}

.banner{
	position: absolute;
	width: 300px;
	height:600px;
	right: 0px;
	top: 0px;
	background-color: #000000;
	z-index: 1001;
}

.bannerForeground{
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(foreground.jpg);
}

.headerText{
	position: absolute;
	height:130px;
	margin-bottom: 0px;
	vertical-align: text-bottom;
	bottom: 0px;
}

.headerTextTop{
	position: absolute;
	height:120px;
	margin-bottom: 0px;
	top:75px;
	overflow: hidden;
}


.socialIcons{
	position: absolute;
	left: 10px;
	bottom:10px;
	width: 154px;
	height: 20px;
}


.closeButton{
	width:28px;
	height: 28px;
	top:1px;
	right:1px;
	position: absolute;
	z-index: 3000;
	background-image: url(closeButton.png);
	background-size: contain;
	opacity: 0;
	visibility: 'hidden';
	cursor: pointer;
}

.closeButton:hover{

	background-image: url(closeButton_hover.png);
}

.nextButton{
	width:20px;
	height: 52px;
	bottom:90px;
	right:5px;
	position: absolute;
	z-index: 1000;
	cursor: pointer;
}

.prevButton{
	width:20px;
	height: 52px;
	bottom:90px;
	left:5px;
	position: absolute;
	z-index: 1000;
	cursor: pointer;

}
.nextButton:hover{
}

.prevButton:hover{
}

.adMask{
	position:absolute;
	width:270px;
	height: 250px;
	z-index: 6;
	overflow: hidden;
	cursor: pointer;
}

.wrapper{
	position: absolute;
	right:0;
	width:100%;
	height: 600px;
	max-width: 1100px;
	display: inline-block;
	overflow: hidden;
}

.stories{
	position: absolute;
	width: auto;
	height: 600px;
	left:0px;
}

.newsBlockA{
	width:300px;
	height: 600px;
	top:0px;
	position: absolute;
	z-index:3;
	color: #FFFFFF;
	overflow:hidden;
	background-size: cover;
	cursor: pointer;
}

.newsBlockB{
	width:300px;
	height: 600px;
	top:0px;
	position: absolute;
	z-index:3;
	color: #FFFFFF;
	overflow:hidden;
	background-size: cover;
	cursor: pointer;
}

.topLayer{
	position: absolute;
	width:300px;
	height: 600px;
	top: 0px;
	bottom: 0px;
	background-color: #000000;
	overflow: hidden;
	background-image: url(background.png);
}

.contentLayer{
	position: absolute;
	width:300px;
	height: 600px;
	top: 0px;
	bottom: 0px;
	background-color: #666;
	opacity: 0;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	overflow: hidden;
}

.newsBlockAnoImg{
	width:300px;
	height: 600px;
	top:0px;
	position: absolute;
	z-index:3;
	color: #000000;
	overflow:hidden;
	background-size: cover;
	cursor: pointer;
}


.newsBlockBnoImg{
	width:300px;
	height: 600px;
	top:0px;
	position: absolute;
	z-index:3;
	color: #FFFFFF;
	overflow:hidden;
	background-size: cover;
	cursor: pointer;
}

.newsBlockAnoImg:hover{
}

.newsBlockBnoImg:hover{
}


.newsBlockA:hover{
}

.newsBlockB:hover{
}

.newsBlockImage{
	width:300px;
	height:600px;
	overflow: hidden;
	margin: 0px;
	margin-bottom: 0px;
	display: block;
}

.newsBlockImage img{
	
	width: 300px;
	margin-top: 0px;
}


.companyBlockA{
	width:135px;
	height: 600px;
	position: absolute;
	background-image: url(sponsor.jpg);
	z-index: 5;
	overflow: hidden;
	left: 0px;
}

.companyBlockB{
	width:135px;
	height: 600px;
	position: absolute;
	background-image: url(sponsor.jpg);
	z-index: 5;
	right:0px;
	background-position: 135px 0px; 
	overflow: hidden;
}


#arrowRight{
	position: absolute;
	background-image: url(arrowLeft.png);
	z-index: 1000;
	width:30px;
	height:600px;
	right: 0px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    opacity: 0.8;
    cursor: pointer;
}

#arrowLeft{
	position: absolute;
	background-image: url(arrowLeft.png);
	z-index: 1000;
	width:30px;
	height:600px;
	left: 0px;
	background-color: #666;
	opacity: 0.8;
	cursor: pointer;
}


#arrowRightB{
	position: absolute;
	background-image: url(arrowLeft.png);
	z-index: 1000;
	width:30px;
	height:600px;
	right: 0px;
	top: 300px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    opacity: 0.8;
    cursor: pointer;
}

#arrowLeftB{
	position: absolute;
	background-image: url(arrowLeft.png);
	z-index: 1000;
	width:30px;
	height:600px;
	left: 0px;
	top: 300px;
	background-color: #666;
	opacity: 0.8;
	cursor: pointer;
}

#arrowLeftBlock{
	position: absolute;
	z-index: 999;
	width:30px;
	height:600px;
	left: 0px;
	background-color: #666;
	opacity: 0;
}

#arrowRightBlock{
	position: absolute;
	z-index: 999;
	width:30px;
	height:600px;
	right: 0px;
	background-color: #666;
	opacity: 0;
}

#arrowLeft:hover{
	opacity: 0.95;
}

#arrowRight:hover{
	opacity: 0.95;
}

#arrowLeftB:hover{
	opacity: 0.95;
}

#arrowRightB:hover{
	opacity: 0.95;
}


#videoScreen{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2000;
	background-color: #000000;
	visibility: hidden;
}

#videoHolder{
	width:422px;
	height: 238px;
	position: absolute;
	z-index: 10;
	top:6px;
	right: 50px;
	background-color: #000000;
}

#video-player {
    top: 1px;
    left:1px;
    width:80%;
    height:auto;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 7%;
}

.playButton{
	width: 59px;
	height: 59px;
	position: absolute;
	left: 120px;
	top: 260px;
	background-image: url(playbtn-off.png);
}

.playButtonActive{
	width: 59px;
	height: 59px;
	position: absolute;
	left: 120px;
	top: 260px;
	background-image: url(playbtn-on.png);
	z-index: 500;
}


.clickBlocker{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 300;
	visibility: hidden;
}


