#splash_screen {
	top: 0;
	left: 0;
	background-color: #000;
	position: absolute;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.15;
	z-index: 1000;
	cursor: pointer;
	visibility: visible;
}

#image_content {
	border: 10px solid #FFF;
	background-color: #FFF;
	margin-top: 120px;
	position: absolute;
	z-index: 1001;
}

#image_content img {
	margin: 0;
	padding: 0;
	display: none;
	z-index: 1003;
	cursor: pointer;
	border:2px solid silver;
}

#title_content {
	font-size: 11px;
	color: #333;
	border: 10px solid #FFF;
	background-color: #FFF;
	margin-top: 120px;
	padding: 0;
	left: 0;
	z-index: 1003;
	position: absolute;
}

#splash_wrapp {
	background-color: #FFF;
	height:20px;
	border: 10px solid #FFF;
	_border: 5px solid #FFF;
	text-align:center;
	margin-left:-10px;
}

#splash_previous {
	float:left;
	padding: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

#splash_previous { 
	right: 40px; 
	background: url(../img/control_rewind.png) no-repeat center; 
}
#splash_next { 
	right: 0; 
	background: url(../img/control_forward.png) no-repeat center; 
}
#splash_pause { 
	top: 0; 
	right: 20px; 
	background: url(../img/control_stop.png) no-repeat center; 
}
#splash_play { 
	top: 0; 
	right: 20px; 
	background: url(../img/control_play.png) no-repeat center; 
}
#splash_notification.playing { 
	background: url(../img/control_play.png) no-repeat center; 
}
#splash_notification.paused { 
	background: url(../img/control_stop.png) no-repeat center; 
}
#splash_pause, #splash_play, #splash_notification {
	padding: 0;
	float:left;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

#splash_next {
	float:left;
	padding: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

#splash_close {
	top: 0;
	right: 0;
	margin-top: -22px;
	_margin-top: -26px;
	margin-right:-10px;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(../img/cross.png) no-repeat center #FFF;
}

#splash_description {
	margin-top: 4px;
	font-weight: bold;
	background-color: #FFF;
	border: 10px solid #FFF;
	_border-right: none;
}

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