/* スタイル初期化 */
#movie img {
    display:inline;
}

#movie div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
    clear:both;
	display: none;
}
div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
    margin-top:-100px;
    margin-left:10px;
	position: absolute;
    z-index:300;
}
div.controls a {
    background:#000;
    float:left;
    baseline:middle;
    margin-left:5px;
    height:15px;
    width:15px;
}
div.ss-controls {
}
div.nav-controls {
}

/* スライドショー */
div.slideshow-container {
	position: relative;
	clear: both;
	height: 351px; /* This should be set to be at least the height of the largest image in the slideshow */
    width:940px;
}
div.slideshow-container * {
    margin:0;
    padding:0;
    line-height:0;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/GBR_Image/slide/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:940px;
	height: 351px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
}

div.slideshow span.image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width:940px;
	height: 351px
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
}
div.slideshow img {
    height:351px;
    width:940px;
}

head~/* */body div.slideshow img { margin-left:-4px; }

/* タイトル・キャプション */
div.download {}
div.caption-container {}
span.image-caption {}
div.caption {}
div.caption a {}
div.image-title {}
div.image-desc {}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

/* サムネイル */
ul.thumbs {
	clear: both;
	font-size:9px;
	height:20px;
	position:absolute;
	right:5px;
	top:10px;
	z-index:300;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin-right:5px;
	list-style: none;
}
a.thumb {
    background:url("/GBR_Image/trans50.png");
    border:1px solid #FFF;
	display: block;
	height:13px;
	line-height:13px;
	text-align:center;
	width:13px;
}
ul.thumbs li.selected a.thumb {
	background: #FFF;
}
a.thumb:focus {
	outline: none;
}


