#splash_screen {
    width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	position: absolute;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 1;
	cursor: pointer;
}

#splash_screen.bg {
    background: url(bg.gif);
}

#image_content {
	border: 1px solid #773491;
	background-color: #fff;
	margin: 0;
	position: absolute;
	z-index: 2;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 70px;
	padding-left: 20px;
}

#image_content img {
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 3;
	cursor: pointer;
}

#title_content {
	font-size: 11px;
	color: #B68BC9;
	margin: 10px 0px 10px 20px;
	padding: 0;
	left: 0;
	z-index: 3;
	position: absolute;
}

#splash_previous, #splash_next {
	margin: 0;
	padding: 0;
	top: 0;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
#splash_previous { right: 40px; background: url(control_rewind2.png) no-repeat center; }
#splash_next { right: 0; background: url(control_forward2.png) no-repeat center; }
#splash_pause { top: 0; right: 20px; background: url(control_stop2.png) no-repeat center; }
#splash_play { top: 0; right: 20px; background: url(control_play2.png) no-repeat center; }
#splash_notification.playing { background: url(control_play2.png) no-repeat center; }
#splash_notification.paused { background: url(control_stop2.png) no-repeat center; }
#splash_pause, #splash_play, #splash_notification {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

#splash_close {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 41px;
	height: 41px;
	background: url(cross2.png) no-repeat center;
}

#splash_description {
	margin-top: 10px;
	font-size: 1.2em;
	color:#773491;
}

div.ajax-loading { background: url(loading.gif) no-repeat center; }