* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	
	z-index: 1000;
	
	top: 0;
	left: 0;
	
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	left: 0%;
	margin: 20px 0px 0px 0px;
	
	text-align: center;
	z-index: 2000;
}

.layer_board img {
	padding-bottom:10px;
}


.teaser_box{
}
	
	
	
.teaser_box_left{
	width: 48%;
	float:left;
	left: 5%;
	text-align:right;
	padding-right:2%;
	}
.teaser_box_right{
	width: 48%;
	float:right;
	right: 5%;
	text-align:left;
	padding-left:2%;
	}