#splash_screen {
	top: 0;
	left: 0;
	background-color: #EDFBFF;
	position: absolute;
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 1;
	cursor: pointer;
}

#image_content {
	top:0px;
	border: 25px solid #006699;	
	/*border : none;*/
	background-color: #FFF;
	margin: 0;
	position: absolute;
	z-index: 2;
	text-align:left;
	}

#image_content img {
	margin: 0;
	padding: 0;
	border: 2px solid #EDFBFF;
	position: absolute;
	display: none;
	z-index: 3;
	cursor: pointer;
}

#splash_previous, #splash_next {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	background-color: #006699;
	z-index: 4;
	-moz-opacity: 0;
	opacity: 0;
	cursor: pointer;
}
#splash_previous { left: 0; }
#splash_next { right: 0; }
#splash_previous.over { background: url(../splash.images/previous.png) no-repeat center; }
#splash_next.over { background: url(../splash.images/next.png) no-repeat center; }
#splash_previous.over, #splash_next.over {
	background-color: #006699;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#splash_pause, #splash_play, #splash_notification {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #006699;
	z-index: 4;
	-moz-opacity: 0;
	opacity: 0;
	cursor: pointer;
}
#splash_pause.over, #splash_play.over, #splash_notification {
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#splash_pause.over {
	background: #006699 url(../splash.images/pause.png) no-repeat center;
}
#splash_play.over {
	background: #006699 url(../splash.images/play.png) no-repeat center;
}
#splash_notification.playing {
	background: url(../splash.images/play.png) no-repeat center;
}
#splash_notification.paused {
	background: url(../splash.images/pause.png) no-repeat center;
}

div.ajax-loading {
	background: transparent url(../splash.images/ajax-loader-thickbox.gif) no-repeat center;
}
a img {
	border: 2px solid #ddf;
}
div.img_title {
	height: 20px;
	text-align: center;
	font: bold 10pt Helvetica Verdana, Arial, sans serif;
	color: #EDFBFF;
	background-color: #006699;
	margin:5px;
}