/*
店舗ページトップスライドショーギャラリーCSS
詳細：http://www.twospy.com/galleriffic/
sample：http://www.twospy.com/galleriffic/example-2.html
201209表示サイズロジックheight375pxに変更
*/

#gallery {
	position:relative;
	height:413px;
	width:551px;
	float:left;
}
div.gallery {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
display: none;
	width: 500px;
}
div.gallery a {
	text-decoration: none;
	color: #777;
}
div#controls {
	position:absolute;
	top:0px;
	z-index:100;
	_display:none;
}
div#controls a {
	/*padding: 5px;*/
display:block;
	width:235px;
	height:375px;
}
div#controls a, div#controls a:link, div#controls a:visited {
	outline:none;
}
div#controls a.prev {
	float:left;
	background:transparent url("/gg/static/img/shop_detail/galleriffic/navi_none.png") no-repeat left center;
	z-index:500;
	text-indent:-9999px;
}
div#controls a:hover.prev {
	background:transparent url("/gg/static/img/shop_detail/galleriffic/navi_l.png") no-repeat left center;
}
div#controls a.next {
	float:right;
	z-index:500;
	text-indent:-9999px;
	background:transparent url("/gg/static/img/shop_detail/galleriffic/navi_none.png") no-repeat right center;
}
div#controls a:hover.next {
	background:transparent url("/gg/static/img/shop_detail/galleriffic/navi_r.png") no-repeat right center;
}
div.nav-controls {
	width:551px;
	z-index:103;
	height:413px;
}
div.slideshow-container {
	z-index:10;
	position: relative;
	clear: both;
	height: 413px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	z-index:10;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("/gg/static/img/shop_detail/galleriffic/loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 551px;
	height: 413px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	z-index:10;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 551px;
	height: 413px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 500px;  This should be set to be at least the height of the largest image in the slideshow */
text-align: center;
	line-height:0;
	font-size:0;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	border:none;
}
div#caption {
	position: absolute;
	clear: left;
	height:30px;
	background:transparent url("/gg/static/img/shop_detail/galleriffic/dkbrn50.png");
	color:#fff;
	bottom:0;
	left:0;
	z-index:1000;
	width:551px;
	text-align:center;
}
span.image-caption {
	position: absolute;
	width: 551px;
	text-align:center;
	top: 0;
	left: 0;
}
div.caption {
	padding:6px 5px 0 5px;
	margin:0 auto;
	font-size:93%;
	width:540px;
	display:block;
	text-overflow: ellipsis; /* Safari 用 */
	-o-text-overflow: ellipsis; /* Opera 用 */
	overflow: hidden;
	white-space: nowrap; /* この指定がないと効果が出ない。 */
	text-align:center;

	
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#thumbs {
	z-index:1500;
	background:#e4ddd5;
	width:147px;
	height:413px;
	float:right;

}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 9px 0 0 0;
	height:345px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 0px 9px 9px;
	list-style: none;
	_display:inline;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
