.random_banner_all_banners {display:none;}
.random_banner_box
{
	overflow:hidden;
}
.random_banner_box .async_image
{
	overflow:hidden;
	width:100%;
	height:100%;
}
.random_banner_box.size1
{
	width:410px;
	height:240px;
}
.random_banner_box.size1.mobile
{
	width:580px;
	height:340px;
}
.random_banner_box.size2
{
	width:620px;
	height:240px;
}
.random_banner_box.size2.mobile
{
	width:580px;
	height:200px;
}
.random_banner_box.size3
{
	width:970px;
	height:240px;
}
.random_banner_box.size3.mobile
{
	width:580px;
	height:145px;
}



#btn_close_floating_banner
{
	position:absolute;
	left:auto;
	right:750px;
	top:200px;
	z-index:6;
	background-image:url('images/xx.png');
	width:50px;
	height:50px;
	display:inline-block;
	margin-right:-800px;
}
#btn_close_floating_banner:hover
{
	background-image:url('images/xx press.png');
}

.random_banner_box a
{
	display:block;
	width:100%;
	height:100%;
	opacity:1;
}
.random_banner_box a.temp 
{
	position:relative;
	top:-100%;
	opacity:0;
	z-index:1;
}
.random_banner_box a img
{
	display:block;
	width:100%;
	height:100%;
}
.random_banner_box a img.mask
{
	position:relative;
	top:-100%;
	opacity:0;
	z-index:1;
}
.random_banner_box a:hover img.mask
{
	opacity:1;
}


/* homepage_banners_area */

.homepage_banners_area_bg
{
	overflow:hidden;
	height:240px;
	padding-top:70px;
}
.homepage_banners_area_bg.with_bottom_space
{
	padding:70px 0;
}
.homepage_banners_area_bg.top_banner
{
	padding:0;
	padding-bottom:30px;
}
.homepage_banners_area_bg.products
{
	background-color:#F7F7F7;
}
.homepage_banners_area_bg.calendar
{
	background-color:#F2ECD6;
}
.homepage_banners_area
{
	overflow:hidden;
	height:240px;
}
.homepage_banners_area .random_banner_box
{
	display:inline-block;
	float:right;
	overflow:hidden;
	margin-left:10px;
}
.homepage_banners_area .random_banner_box.last {margin-left:0;}

/* mobile_homepage_banners_area */

.mobile_homepage_banners_area_bg
{
	overflow:hidden;
	width:100%;
	text-align:center;
	padding-top:30px;
}
.mobile_homepage_banners_area_bg.with_bottom_space
{
	
}
.mobile_homepage_banners_area_bg.products
{
	background-color:#F7F7F7;
}
.mobile_homepage_banners_area_bg.calendar
{
	background-color:#F2ECD6;
}
.mobile_homepage_banners_area
{
	overflow:hidden;
	width:580px;
	display:inline-block;
}
.mobile_homepage_banners_area .random_banner_box
{
	display:block;
	overflow:hidden;
	margin-bottom:30px;
}














