@charset "shift_jis";

#movie_slideshow {margin: 0px 0px 15px 10px !important; width: 500px;}
#movie_slideshow em {display: block; color: #777777; font-style: normal; text-align: right;}

#previewPane {
	margin-bottom: 5px !important;	
	padding: 10px 0px;
	/* height: 360px; */
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
	position: relative;
}
* hetm #previewPane {height: auto;}/* for old IE */
*+hetm #previewPane {height: auto;}/* for IE7 */

/* CSS styling of image caption below large image */
#previewPane #largeImageCaption {
	line-height: 3;
	color: #FFFFFF;
	text-align: center;
}

/* ----- slide film setting ----- */
#galleryContainer {
	padding: 1px;
	height: 142px;
	position: relative;
	overflow: hidden;
}

/* slide arrow */
#arrow_left {
	padding: 1px;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 10;
	background-color: #000000;
	cursor: pointer;
	cursor: hand;
}
#arrow_right {
	padding: 1px;		
	position: absolute;
	right: 0px;
	top: 15px;
	z-index: 10;
	background-color: #000000;
	cursor: pointer;
	cursor: hand;
}

/* film body */
#theImages {
	/* padding-left: 45px; */
	padding-left: 110px;
	padding-top: 16px;
	width: 100000px;
	height: 125px;
	position: absolute;
	/* left: 0px; */
	left: -65px;
	top: 0px;
	background: #000000 url(../images/bg_slideshow.gif) -108px 0px repeat-x;
}
* html #theImages {height: 141px;}/* for old IE */
*+html #theImages {height: 141px;}/* for IE7 */

#theImages #slideEnd {float: left;}

#theImages img {
	float: left;
	margin-right: 5px;
	vertical-align: bottom;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: pointer;
}

#waitMessage {
	display: none;
	margin: -33px 0px 0px -33px;
	width: 66px;
	height: 66px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #FFFFFF;
}

#theImages .imageCaption {display: none;}

