div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 435px;
}

div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 435px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 435px;
	height: 435px;
	line-height: 435px;
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	text-align: center;
}
div.caption-container {
	position: relative;
	clear: left;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 410px;
	margin-right: 25px;
	top: 0;
	left: 0;
	text-align:right;
}
div.caption {
	padding: 0px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. 
	width: 300px;
	float:left;*/
}
#thumbs ul {
	width: 430px;
	margin: 20px 25px 0 0;
	overflow:hidden;
	background: url(img/bg_item_detail_thum.gif) top no-repeat;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	width: 86px;
	list-style: none;
}
ul.thumbs li a.thumb {
	display: block;
	margin: 8px 0px;
}
ul.thumbs li.selected a.thumb {
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	margin: 0px auto;
}

div.navigation div.top {/*キャプション*/
	margin-bottom: 12px;
	height: 11px;
}


