﻿/*
#flashBok-overlay{
	position:absolute;
	top: 0px;
	left : 0px;
	display:none;
	width:100%;
	z-index:0;
	height:100%;
	background-color: #000; }
*/ 
#flashBok{
	position:absolute;
	top: 200px;
	left : 200px;
	display:none;
	width:600px;
	z-index:1;
	height:500px;
	background-color: #fff; }	

#flashBok-overlay{
	position:absolute;
	top: 0px;
	left : 0px;
	display:none;
	width:800%;
	z-index:0;
	height:600%;
	background-color: #000; }

