<style type="text/css">
@charset "utf-8";

/* gigas crab: slidshow*/
* {}


.gigas_animation_gallery {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100px;
	z-index:999999;
	display:none;
}
	.gigas_animation_gallery_close {
		width:48px;
		height:48px;
		position:fixed;
		right:48px;
		top:48px;
		background:#fff url('./img/close_1.png');
		background-repeat:no-repeat;
		background-size:48px 48px;
		cursor:pointer;
	}

.gigas_animation_gallery_item {
	position:fixed;
	left:-2000px;
	top:0;
}