﻿@charset "UTF-8";

#mainbox {
	margin: 0;
	padding: 0;
}
#slideshow {
	float:left;
	list-style:none;
	color:#fff;
}
#slideshow span {
	display:none;
}
#wrap {
	width:800px;
	margin:0px;
	display:none;
}
#wrap * {
	margin:0;
	padding:0;
}
#fullsize {
	position:relative;
	width:800px;
	height:533px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
/*
#information {
	position:absolute;
	bottom:0;
	width:800px;
	height:0;
	background:#FFF;
	color:#FFF;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70);
}
*/
#image {
	width:auto;
	margin:0;
}
#image img {
	position:absolute;
	top:0px;
	left:0px;
	z-index:25;
	width:auto;
	height:533px;
	background:#FFF;
}
#thumbnails {
/* メイン画像からサムネイルまでの余白 */
	margin-top:20px;
}

/*
#slideleft {
	float:left;
	width:20px;
	height:66px;
	background:#FFF url(img/scroll-left.gif) center center no-repeat;
}
#slideleft:hover {
	background-color:#FFF;
}
#slideright {
	float:right;
	width:20px;
	height:66px;
	background:#FFF url(img/scroll-right.gif) center center no-repeat;
}
#slideright:hover {
	background-color:#FFF;
}
*/

#slidearea {
	float:left;
	position:relative;
	width:800px;
	margin:0;
	padding: 0;
	height:134px;
	overflow:hidden;
}
#slider {
	position:absolute;
	left:0;
	height:134px;
}
#slider img {
	cursor:pointer;
	height:144px;
	margin: -5px;
	padding:0;
}