/* jssor slider arrow navigator skin 21 css */
/*
.jssora21l                  (normal)
.jssora21r                  (normal)
.jssora21l:hover            (normal mouseover)
.jssora21r:hover            (normal mouseover)
.jssora21l.jssora21ldn      (mousedown)
.jssora21r.jssora21rdn      (mousedown)
*/
.jssora21l {
	display: block !important;
	position: absolute;
	/* size of arrow element */
	width: 46px;
    height: 46px;
	cursor: pointer;
	background: url(../images/main_img/arrow01.png) center center no-repeat;
	overflow: hidden;
}
.jssora21r {
	display: block !important;
	position: absolute;
	/* size of arrow element */
	width: 46px;
    height: 46px;
	cursor: pointer;
	background: url(../images/main_img/arrow02.png) center center no-repeat;
	overflow: hidden;
}