/* right fixd */
* html body {
  position: relative;
}

* html div#rc_rightArea{
	position:fixed;
	top: expression((documentElement.scrollTop || document.body.scrollTop) + 100 + 'px');
  text-indent:-9993px;
	display:block;
	z-index: 99999;
}

div#rc_rightArea:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

div#rc_rightArea {
	display: inline-block;
} 

/* Hides from IE Mac */
* html div#rc_rightArea {
	height: 1%;
}

div#rc_rightArea {
	display:block;
	position: fixed;
	margin: auto;
	bottom: 5%;
	right: 0px;
}
/* End Hack */

div#rc_rightArea .rc_right {
	outline:none;
	display: block;
	background: url(https://resort.itembox.design/item/shop/item/resort/design/img01/back-botton.gif) no-repeat scroll 0 0 transparent;

}

div#rc_rightArea .rc_right:hover{ background-position:0px 0px;  }

