//#splash_screen {
//	top: 0;
//	left: 0;
//	background-color: #000;
//	position: absolute;
//	-moz-opacity: 0.8;
//	opacity: 0.8;
//	z-index: 1;
//	cursor: pointer;
//}

#splash_screen {
	top: 0;
	left: 0;
	width:100%;
	background-color: #000;
	position: absolute;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 1;
	cursor: pointer;
}

#image_content {
	/* border: 2px solid #000;*/
	border : none;
	background-color: #FFF;
	margin: 0;
	position: absolute;
	z-index: 2;
}

#image_content img {
	margin: 0;
	padding: 0;
	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: #000;
	z-index: 4;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(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: #000;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#splash_pause, #splash_play, #splash_notification {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
	z-index: 4;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
#splash_pause.over, #splash_play.over, #splash_notification {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#splash_pause.over {
	background: #000 url(../splash.images/pause.png) no-repeat center;
}
#splash_play.over {
	background: #000 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: LightGrey;
	background-color:  Black;
}
