.magzine-stage {
	background:#49AC11;
	border-radius:5px;
	padding:10px;
	margin-top:15px;
}
.controls-bg {
	background: rgba(0, 0, 0, 0) url(../images/bar.png) no-repeat;
	display: block;
	height: 80px;
	background-size:100% 100%;
	margin:0px auto;
	position:relative;
	margin-top:-5px;
	margin-bottom:15px;
}
.bg-img{ width:100%;}

#prev img{ margin-top:10px; }
#next img{ margin-top:10px; }

.pagenation { padding-top: 20px; font-weight:600; text-align:center; margin:0px auto;}
.pagenation > span{ position:absolute; top:30px;}
#prev {
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 55px;
	left:-60px;
	line-height: 30px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	width: 55px;
	border:3px solid #fff;
	
}
#next {
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 55px;
	line-height: 30px;
	margin: 0 auto;
	position: absolute;
	right: -60px;
	top: 50%;
	width: 55px;
	border:3px solid #fff;
}

.form-cls {
    text-align: center;
    display: inline-block;
    padding-top: 7px;
    font-size: 16px;
}

@media(max-width:1024px){
	
	/*#prev { left: 40%; top: 15px; }
	#next { 	right: 40%; top: 15px; }*/
	.controls-bg { height: 60px; }
	.btn img { width:70%;}
	.magzine-stage { margin-top:5px; }
	.controls-bg { margin-bottom:5px; }
	.pagenation > span{ top:28px;}
	}

@media(max-width:950px){
	#prev { left:0px }
	#next { right:0px }
	.form-cls {padding-top:2px; font-size:12px;}
	.pagenation > span{ top:24px;}
	}
	
@media(max-width:600px){
	
	/*#prev{ left: 35%; }
	#next{ 	right: 35%; }*/
	.magzine-stage { padding:5px; }
	.btn img { width:50%;}
	
	.play-btn1 {
    position: absolute;
    left: 30%;
    top: 27.5%;
    z-index: 9999;
    display: block;
	}
	#prev{ width:40px ; height:40px;}
	#next{ width:40px ; height:40px;}
.pagenation > span{ top:24px;}
#prev img{ margin-top:5px;  }
#next img{ margin-top:5px;  }
	}