/************************************
	fullpage square arrow
*************************************/

.fp-controlArrow {
    -webkit-user-select			: none; /* webkit (safari, chrome) browsers */
    -moz-user-select			: none; /* mozilla browsers */
    -khtml-user-select			: none; /* webkit (konqueror) browsers */
    -ms-user-select				: none; /* IE10+ */
    position					: absolute;
    z-index						: 4;
    cursor						: pointer;
    -webkit-transform			: translate3d(0,0,0);
    -ms-transform				: translate3d(0,0,0);
    transform					: translate3d(0,0,0);
	width						: 59px;
	height						: 59px;
}
.fp-controlArrow.fp-prev {
	background					: url('/images/common/icon/leftArrow01.png') center no-repeat;
}
.fp-controlArrow.fp-next {
	background					: url('/images/common/icon/rightArrow01.png') center no-repeat;
}