@charset "shift_jis";
/* CSS Document */

/*html,body{height:100%;}
*{outline:none;}
body{margin:0px; padding:0px; background:#000;}*/
#toolbar{position:fixed; z-index:3; right:10px; top:10px; padding:5px; /*background:url(../images/collection/fs_img_g_bg.png);*/}
#toolbar img{border:none;}
#img_title{
	position:fixed;
	z-index:3;
	left:30px;
	top:35px;
	padding:10px;
	/*background:url(../images/collection/fs_img_g_bg.png);*/
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
}
#bg{position:fixed; z-index:1; overflow:hidden; width:100%; height:100%;}
#bgimg{display:none; -ms-interpolation-mode: bicubic;}
#preloader{
	position:relative;
	z-index:3;
	width:29px;
	padding:20px;
	top:50%;
	margin:auto;
	margin-top:-15px;
}
#thumbnails_wrapper{
	z-index:2;
	position:fixed;
	bottom:0;
	width:100%;
}
#outer_container{
	position:relative;
	padding:0;
	width:100%;
	margin:0px auto;
	bottom: 25px;
}
#outer_container .thumbScroller{position:relative; overflow:hidden; /*background:url(../images/collection/fs_img_g_bg.png);*/}
#outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content{
	height:200px;
}
#outer_container .thumbScroller .container{position:relative; left:0;}
#outer_container .thumbScroller .content{float:left;}
#outer_container .thumbScroller .content div{/*margin:5px;*/ height:100%;}
#outer_container .thumbScroller img{/*border:5px solid #fff;*/}
#outer_container .thumbScroller .content div a{display:block; /*padding:5px;*/}

.nextImageBtn, .prevImageBtn{
	display:block;
	position:absolute;
	width:43px;
	height:24px;
	top:50%;
	z-index:3;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
	margin-top: -25px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.nextImageBtn:hover,.prevImageBtn:hover{filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8;}
.nextImageBtn{right:0; background:/*#000*/ url(../images/collection/images/ico_migi.jpg) center center no-repeat;}
.prevImageBtn{background:/*#000*/ url(../images/collection/images/ico_hidari.jpg) center center no-repeat;}
