.engDraw_title{
  position:relative;
  text-align:center;
  margin:80px auto;
  font-size:45px;
  background-color:rgba(255,255,255,0.5);
  z-index:1;
}

.tutorialIndex{
 color: #ff6600;
text-align: center;
margin: 0;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

.sample_cont{
width: 550px;
height: 450px;
margin: 0 auto;
border: 2px solid #ccc;
box-shadow: 2px 2px 2px #333;
}

#video_cont{
	width:100%;
	height:400px;
	position:relative;
}

.nav_cont{
  width:100%;
  height:50px;
  background-color:#F89C04;
  
}

.nav_btn{
	width: 40px;
	height: 40px;
	float: right;
	background-color: #333;
	margin: 5px;
	cursor: pointer;
	background-image:url("../assets/image/tutorialNavBtns.png");
	position:relative;
}

.nav_btn[disabled="disabled"]{
   opacity:0.5;
   pointer-events:none;
}

#back_btn{
  background-position:0px 0px;
}

#back_btn:hover{
  background-position:0px -50px;
}

#back_btn:hover:before{
  content:"Back";
}

.playBg{
  background-position:-50px 0px;
}

.playBg:hover{
  background-position:-50px -50px;
}

.playBg:hover:before{
  content:"Play";
}

.pauseBg{
  background-position:-100px 0px;
}

.pauseBg:hover{
  background-position:-100px -50px;
}

.pauseBg:hover:before{
  content:"Pause";
}

#next_btn{
  background-position:-150px 0px;
}

#next_btn:hover{
  background-position:-150px -50px;
}

#next_btn:hover:before{
  content:"Next";
}

#replay_btn{
  background-position:-200px 0px;
}

#replay_btn:hover{
  background-position:-200px -50px;
}

#replay_btn:hover:before{
  content:"Replay";
}

#home_btn{
  background-position:-250px 0px;	
}

#home_btn:hover{
  background-position:-250px -50px;	
}

#home_btn:hover:before{
   content:"Index/Thumbnails";
}

#home_btn:before{
}

.nav_btn:before{
position: absolute;
left: 5px;
top: -31px;
background-color: #fff;
border: 1px solid #ccc;
font-size: 14px;
padding: 1px 2px;
width: auto;
text-align: center;
border-radius: 5px;
box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.indexCont{
width: 957px;
margin: 0 auto;
height: auto;
border: 2px solid #ccc;
}

.indexBlock{
	position: relative;
	margin-left: -2px;
	margin-top: -2px;
	width: 168px;
	opacity: 0.5;
}

.indexBlockCont{
	float: left;
	position: relative;
	overflow: hidden;
	width: 165px;
	height: 157px;
	margin: 12px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	border: 1px solid #ccc;
}

.indexBlockCont:hover .blockMsg{
  bottom:0px;
}



.blockMsg, .blockMsg1{
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: auto;
	left: 0px;
	bottom: -50px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	-webkit-transition:bottom 0.5s;
	-moz-transition:bottom 0.5s;
	-ms-transition:bottom 0.5s;
	transition:bottom 0.5s;
	font-weight:bold;
}



