@charset "utf-8";
/**** By Mustafa Mahmoud Shakir ****/

html, body {
	background: #101010;

	height: 100%;
	width: 100%;



}
.dropshadow{
	position:absolute;

	height: 100%;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 111px 0px #3E3E3E; 
box-shadow: inset 0px 0px 111px 0px #3E3E3E; 
z-index: 0;
display: none;
}
.GIF{

	position:absolute;
    left:0; right:0;
    top:0; bottom:0;
	margin:auto;
	
	max-width:100%;
	max-height:100%;
	overflow:auto;
}
#v1 {

	display:none;
	
	}
#v2 {

display:none;

}

#playv2 {

	width: 315px;
	height: 250px;
	border-radius: 50%;
	position:absolute;
    left:0; right:0;
    top:0; bottom:0;
	margin:auto;
	
	max-width:100%;
	max-height:100%;
	/* overflow:auto; */
	z-index: +99999;
	display: none;
	cursor: url(../images/cur.cur), auto;
	
}


#title {


	position:absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);



	font-size: 28pt;
direction: rtl;

color: white;


	z-index: +99999;
	display: none;
	cursor:pointer;

}




.Starting1 {
cursor:pointer;
}
.Starting2 {
cursor:pointer;
}
.Starting3 {
cursor:pointer;
}
.Starting4 {
cursor:pointer;
}
