@charset "UTF-8";

	#dhtmlgoodies_slideshow{
		width:700px;
		margin: 30px 0;
	}

	#previewPane{
		width:690px;
		background: #999999 ;
		border: 5px solid #999999 ;
		text-align: center ;
		vertical-align: middle ;
		position:relative;
		/* CSS HACK */
		height: 452px;	/* IE 5.x対応用 */
		height/* */:/**/450px;	/* 他のブラウザ用 */
		height: /**/450px;
	}
	#previewPane img{
		line-height:430px;
	}

	#largeImageCaption{	/* 拡大写真のキャプション */
		text-align: center ;
		font-size: 1.0em ;
		width: 690px ;
		height: 0 ;
		padding-top: 10px ;
		visibility: hidden ;
	}

	#galleryContainer{
		height:62px;	/* 画像の高さ + 2 */
		border:1px solid #555555;
		background-color: #FFFFFF;
		position:relative;
		overflow:hidden;
		padding:1px;
		/* CSS HACK */
		height: 64px;	/* IE 5.x対応用 - ボーダーの左右の幅の分（2ピクセル）だけ足す */
		height/* */:/**/62px;	/* Other browsers */
		height: /**/62px;
	}

	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}

	#theImages{
		position:absolute;
		height:60px;
		left:24px;
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:200px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.8em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}