/*
body {margin:0; background:#111; padding:5px; font:11px Verdana,Arial}
*/
#slideshow {list-style:none; color: #000}
#slideshow span {display:none}

#slideshowWrapper,
#fullsize,
#information,
#thumbnails,
#image {
	width: 420px;
}

#slideshowWrapper {
	display:none;
	margin: 0 auto 20px;
}
#slideshowWrapper * {
	margin:0;
	padding:0
}

#fullsize {
	position:relative;
	height:314px;
	padding: 0;
}
#information {
	position:absolute;
	bottom:0;
	height:0;
	color: #000;
	overflow:hidden;
	z-index:200;
	opacity:.7; filter:alpha(opacity=70);
	background-color: #fff;
}

#information {
	/*IE6だけキャプションがすぐ消えてしまうので最初から非表示とする。*/
	_visibility: hidden;
}
#information h3 {
	padding: 3px 8px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
#information p {
	padding:0 8px 8px;
}
#image {
	margin: 0;
	padding: 0;
}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40);}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {
	background-color: #acacac;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	_height: 100%;
}
#slideleft {float:left; width: 16px; height:81px; background: #bfbfbf url(images/scroll-left.gif) no-repeat center center;}
#slideleft:hover {background-color: #d5d5d5}
#slideright {float:right; width: 16px; height:81px; background: #bfbfbf url(images/scroll-right.gif) no-repeat center center}
#slideright:hover {background-color: #d5d5d5}
#slidearea {float:left; position:relative; width: 388px; height:81px; overflow:hidden;
}
#slider {position:absolute; left:0; height:81px;
	padding-left: 5px;
	padding-right: 5px;
}

#slider {
	/*IE6ではどういう訳か強制的に折り返されてしまうため*/
	_white-space: nowrap;
}
#slider img {
	cursor:pointer;
	padding: 0;
	margin-top: 10px;
	border: 2px solid #acacac;
	opacity:1; filter:alpha(opacity=100);
}