.engDraw_mainCont{
  width: 880px;

height: 600px;
margin: 0 auto;
position:relative;
}

.engDraw_header{
margin: 0;
padding-left: 5px;
font-size: 24px;
color: #ff6600;
text-shadow: 2px 2px 2px #ccc;
float:left;
max-width: 565px;
}

.engDraw_subCont{
width: 100%;
height: 93%;
 position: relative; 
bottom:0px;
background-color:#FCFBFD;
}

.engDraw_prevBtn{
left: 0px;
z-index:1;
background-image:url('../assets/image/prevBtn.png');
}

.engDraw_nextBtn{
right: -12px;
background-image:url('../assets/image/nextBtn.png');
}

.navBtn{
position: absolute;
width: 30px;
height: 100%;
top: 0px;
cursor:pointer;
background-repeat:no-repeat;
background-position:center;
background-color:rgba(230,230,230,0);
-webkit-transistion:background 1s;
-moz-transistion:background 1s;
-ms-transistion:background 1s;
}

.navBtn:hover{
	background-color:rgba(230,230,230,0.5);
}

.engDraw_cont{
	position:relative;
	width: 100%;
	height: 98%;
	border:2px solid #ccc;
	box-shadow:2px 2px 2px rgba(130,130,130,0.8);
	padding:5px;
	pointer-events:none;
}

.engDraw_cont p{
  display:inline-block;
  margin:0;
  padding:0;
}

.indexHeader{
text-align: center;
color: #ff6600;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
border: 1px solid #ccc;
box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.menuList{
    list-style: none;
}

.menuList li{
    font-size: 20px;
    margin: 15px 0px;
}

.breadCrumb{
float: right;
list-style: none;
margin: 0;
padding:0px;
}

.breadCrumb li{
float: left;
margin-left: 10px;
font-weight: bold;
background-color: #FF6600;
font-size: 14px;
padding: 1px 5px;
color: #fff;
border-radius: 5px;
}

.breadCrumb li a:hover{
  color:#000;
}

.breadCrumb li a{
    color: #fff;
    text-decoration: none;
}

.mainMenu{
	position: absolute;
	z-index: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 170px;
	top: 200px;
}

.mainMenu li{
background-color: rgba(255,102,0,0.8);
padding: 7px 0px 7px 5px;
margin: 10px;
font-size: 20px;
border-radius: 5px;
border: 1px solid #fff;
width: 526px;
box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.mainMenu li a{
text-decoration: none;
color: #fff;
cursor:pointer;
display:block;
}

.mainMenu li a:hover{
  color:#fff;
  text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
.preloadGif{
  position:absolute;
  margin:auto;
  left:0px;
  top:0px;
  bottom:0px;
  right:0px;
}

h4{
  text-align:center;
}