#splash_screen {
	top: 0;
	left: 0;
	background: #000 url(../img/fdgal.gif) right top no-repeat;
	position: absolute;
	/*filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
	z-index: 1;
}

#image_content {
	/*background: #fceaa5 url(../img/bordgal.gif) repeat-x bottom;*/
	margin: 0;
	padding: 1px;
	position: absolute;
	z-index: 2;
}

#image_content img {
	margin: 0;
	padding: 0;
	display: none;
	z-index: 3;
	cursor: pointer;
}

#title_content {
	font-size: 15px;
	color: #fceaa5;
	background: #000 url(../img/fdtitgal.gif) repeat-x bottom;
	margin: 0;
	padding: 1px;
	left: 0;
	z-index: 3;
	position: absolute;
}
#title_content .titregal {
	font-size: 12px;
	color: #fff;
}
#splash_previous, #splash_next {
	padding: 0;
	top: 15px;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
#splash_previous { right:530px;background: url(../img/prev.gif) no-repeat center; }
#splash_next { right: 300px; background: url(../img/next.gif) no-repeat center; }
#splash_pause { top: 15px; right: 330px; width:182px; height:17px; background: url(../img/arreter.jpg) no-repeat center; }
#splash_play { top: 15px; right: 330px;width:181px; height:16px; background: url(../img/lancer.jpg) no-repeat center; }
#splash_notification.playing { background: url(../img/play.gif) no-repeat center; }
#splash_notification.paused { background: url(../img/stop.gif) no-repeat center; }
#splash_pause, #splash_play, #splash_notification {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 182px;
	height: 20px;
}

#splash_close {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: transparent url(../img/close.gif) no-repeat center;
}

#splash_description {
	margin-top: 4px;
	font-weight: bold;
}

div.loading { background: #000 url(../img/load.gif) no-repeat center; }