@charset "UTF-8";
.hider{
	display:none;
	
	}

#show_left{
	position: absolute;
	height: 100%;
	width: 50px;
	top: 0px;
	background: #FFF;
	opacity: 0.3;
	vertical-align: central;
	}
	
#show_right{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background: #FFF;
	width: 50px;
	opacity: 0.3;
	vertical-align: central;
	}

#front_shop{
	position:relative;
	width:100%;
	height:50%;
	max-height:400px;
	min-height:300px;
	overflow:hidden;
	}
	
#the_show{
	alignment-adjust:central;
	vertical-align:central;
	text-align:center;
	height:400px;
	overflow:hidden;
	}
