/* ============================
		拡大画像
============================ */
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 370px;
	height: 440px;
}
div.slideshow-container {
	position: relative;
	height: 440px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 440px;
}
div.slideshow a.advance-link {
	display: block;
/*	margin-top: -20px; */
	width: 370px;
	height: 440px;  /* This should be set to be at least the height of the largest image in the slideshow */
/*	line-height: 395px;	*/ /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link, div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
/*
a.advance-link img {
	border: none;
} */
/* ============================
		サムネイル画像
============================ */
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
div#thumbs {
	position: absolute;
	bottom: 0;
	background: url(../images/thumb_dummys.gif) no-repeat left top;
	width: 295px;
	height: 143px;
}
ul.thumbs li {
	float: left;
	width: 67px;
}
ul.thumbs li.fcolumn {
	margin: 0 0 9px 9px;
}
ul.thumbs li.scolumn {
	margin: 0 0 0 9px;
}
ul.thumbs li.first {
	margin-left: 0;
}
/*
a.thumb {
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
*/