#splash_screen {
    width: 100%;
	top: 0;
	left: 0;
	background-color: #301a10;
	background-image: url(../images/old_tatami.gif);
	position: absolute;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 1;
	cursor: pointer;
}

#splash_screen.bg {
    background: url(bg.gif);
}

#image_content {
	border: 10px solid #FFF;
	background-color: #FFF;
	margin: 0;
	position: absolute;
	z-index: 2;
}

#image_content img {
	margin: 0;
	padding: 0;
	display: none;
	z-index: 3;
	cursor: pointer;
}

#title_content {
    width: 100% !important;
	font-size: 12px;
	color: #000080;
	font-family: メイリオ,"MS ゴシック",Osaka,Verdana,serif;
	border: 10px solid #FFF;
	background-color: #FFF;
	margin: 0 0 0 -10px;
	padding: 0;
	z-index: 3;
	position: absolute;
	left: 0;
	text-align: left;
	line-height: 1.3;
}

#splash_previous, #splash_next {
	margin: 0;
	padding: 0;
	top: 0;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 40px;
	height: 40px;
}
#splash_previous { right: 100px; background: url(slideprev.png) no-repeat center; }
#splash_next { right: 0; background: url(slidenext.png) no-repeat center; }
#splash_pause { top: 0; right: 50px; background: url(slidestop.png) no-repeat center; }
#splash_play { top: 0; right: 50px; background: url(slideplay.png) no-repeat center; }
#splash_notification.playing { background: url(slideplay.png) no-repeat center; }
#splash_notification.paused { background: url(slidestop.png) no-repeat center; }
#splash_pause, #splash_play, #splash_notification {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

#splash_description {
	margin-top: 4px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

div.ajax-loading { background: url(ajax-loader-roller.gif) no-repeat center; }