div.content {
	/* Javascriptを有効にされていない限り、スライドショーコンテンツが表示されませんように、コンテンツの表示は、jQueryを使用して有効になっています  */
	display: none;
	float: right;
	width: 380px;
	overflow: hidden;
  }
 div.content img {width: 370px;}
 
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 3px;
}
div.controls a {

}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 430px; /* これは、スライドショーで最大の画像の少なくとも高さに設定する必要があります */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('http://www.premium-shibuheya.com/data/css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 380px;
	 height: 430px; /* これは、スライドショーで最大の画像の少なくとも高さに設定する必要があります */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 380px; 
	height: 430px; /* これは、スライドショーで最大の画像の少なくとも高さに設定する必要があります */
	line-height: 430px; /* これは、スライドショーで最大の画像の少なくとも高さに設定する必要があります */
	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;
	border: 1px solid #ccc;
	padding: 2px;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 380px; top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* ナビゲーションスタイルは、JavaScriptが有効になっていないjavascriptの特定のスタイルが適用されないようにjQueryを使用して設定されています。 */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
/*　サムネイルの大きさ75×75　*/
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	height: 75px;
	width: 75px;
}
.thumb img {
	width: 75px;
	height: 75px;
	overflow: hidden;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}










div.pagination {
	clear: both;
	text-align: center;
	padding: 18px;	
}
div.navigation div.top {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
	padding:2px;
	margin:7px;
	text-align: center;
}
div.navigation div.bottom {
	margin-top: 20px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #fff;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.43em;
	padding-left: 1em;
	background-image: url(../../images/addimg/001.gif);
	background-repeat: repeat-x;
}
div.pagination a:hover {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.43em;
	padding-left: 1em;
	margin: 2px;
	background-image: url(../../images/addimg/002.gif);
	background-repeat: repeat-x;
	color: #fff;
}
div.pagination span.current {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.43em;
	padding-left: 1em;
		margin: 2px;
	background-image: url(../../images/addimg/003.gif);
	background-repeat: repeat-x;
		color: #6d643c;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}