/*- Just styling 
-----------------------------------------------*/
body.noscroll{
	position:fixed;
	overflow-y:scroll;
}

#mof{/*
	z-index: 99999;
	background: #FFF;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
*/}

#movieArea{
	position: relative;
	width: 100%;
	height: 100%;
	position: relative;
}

.moji {
color: #FFF;
font-weight: 100;
padding: 3px;
}
 
#movieArea div{
	width:800px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin-left:-395px;
	margin-top:-285px;
	z-index: 99998;
	/*padding: 0px 10px 50px 10px;*/
	padding: 0px 10px 15px 10px;
	background: #FFF;
	border-radius: 10px;
	border: 16px #000 solid;
}


#ifr{
	margin: 0 auto 15px;
	width: 790px;
	height: 590px;
	text-align: center;
	border:0;
	outline:none;
}

#closeB{
	/*position: absolute;
	left: 42%;*/
	cursor:pointer;
	background-color:#fff;
}

#overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99990;
	opacity: 0.8;
	background: url(/shopping/lightbox/img/overlay.png);
}
#bArea{
	width: 770px;
	height: auto;
	overflow: hidden;
	display: block;
	text-align: center;
}
