#container{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width: 800px;
	height: 600px;
	visibility: visible;
	overflow: hidden;
	background-color: #005F59;
}


#videoContainer, #vidInitial, #videoCover{
	display:block;
	position:absolute;
	/*top:0px;
	left:0px;
	width: 100%;
	height: 100%;*/
	visibility: visible;
}

/*
.initial { 	
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:100%;
}
*/
video {	
	position:absolute;
	cursor:pointer;
	background-color: #000;
	/*cursor:pointer;*/
}

#video{
	height:100%;
	top:0px; 
	width:100%;	 
	/*cursor:pointer;*/
}

.ios-center-video-controls video::-webkit-media-controls {
    min-width: 0;
}

#img1{
	background:url(../images/close.png) no-repeat center;
}

#handler{
	width:250px;
	height:70px;
	top:580px; 
	left:0px; 
	opacity: .1;
	/*cursor:pointer;*/
	position: absolute;
}
#handler_backGround{
	width:250px;
	height:70px;
	top:0px; 
	left:0px; 
	/*cursor:pointer;*/
	background:url(../images/handler_backGround.svg) no-repeat center;
	position: absolute;
}
#handler_arrowLeft{
	width:26px;
	height:30px;
	top:8px; 
	left:8px; 
	cursor:pointer;
	background:url(../images/handler_arrowLeft.svg) no-repeat center;
	position: absolute;
}
#handler_arrowRight{
	width:26px;
	height:30px;
	top:8px; 
	left:72px; 
	cursor:pointer;
	background:url(../images/handler_arrowRight.svg) no-repeat center;
	position: absolute;
}

#handler_buttonReplay{
	width:28px;
	height:22px;
	top:12px; 
	left:39px; 
	cursor:pointer;
	background:url(../images/handler_buttonReplay.svg) no-repeat center;
	position: absolute;
}
#handler_buttonSlider{
	width:14px;
	height:26px;
	top:9px; 
	left:110px; 
	cursor:pointer;
	background:url(../images/handler_buttonSlider.svg) no-repeat center;
	position: absolute;
}


#arrowsContainer{
	width:800px;
	height:600px;
	top:0px; 
	left:0px; 
	/*cursor:pointer;*/
	position: absolute;
}
#AutoPlayButton{
	width:56px;
	height:56px;
	top:490px; 
	left:10px; 
	cursor:pointer;
	background:url(../images/autoplayButton.png) no-repeat center;
	position: absolute;
	opacity:1;
	visibility: hidden;
}
#HomeButton{
	width:56px;
	height:56px;
	top:10px; 
	left:372px; 
	cursor:pointer;
	background:url(../images/homeButton.png) no-repeat center;
	position: absolute;
	opacity:.1;
	/* visibility: hidden; */
}
#BackToStartButton{
	width:340px;
	height:90px;
	top:260px; 
	left:230px; 
	cursor:pointer;
	background:url(../images/backtostartBtn.png) no-repeat center;
	position: absolute;
	opacity:1;
	visibility: hidden;
}
#MainArrowLeft{
	width:52px;
	height:60px;
	top:260px; 
	left:5px; 
	cursor:pointer;
	background:url(../images/handler_arrowLeft.svg) no-repeat center;
	position: absolute;
	opacity:.1;
}
#MainArrowRight{
	width:52px;
	height:60px;
	top:260px; 
	right:5px; 
	cursor:pointer;
	background:url(../images/handler_arrowRight.svg) no-repeat center;
	position: absolute;
	opacity:.1;
}