#splash_screen {
    width: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	position: absolute;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 1;
	cursor: pointer;
}

#splash_screen.bg {
    background: url(../works/img/bg.gif);
}

#image_content {
	border: 50px solid #FFF;
	border-bottom: 110px solid #FFF;
	background-color: #FFF;
	margin: 0;
	position: absolute;
	z-index: 2;
}

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

#title_content {
    width: 100%;
	font-size: 8px;
	font-family:Verdana, Helvetica, sans-serif;
	color: #898989;
	border: 10px solid #FFF;
	background-color: #FFF;
	margin: 0 0 0 -10px;
	padding: 0;
	left: 0;
	z-index: 3;
	position: absolute;
	text-align:left;
	letter-spacing:0px;
}

#splash_previous, #splash_next {
	margin: 0;
	padding: 0;
	top: 4px;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
#splash_previous { right: 66px; background: url(../works/img/control_rewind.gif) no-repeat center; }
#splash_next { right: 50px; background: url(../works/img/control_forward.gif) no-repeat center; }
#splash_pause { top: 0; right: 0; background: url(../works/img/control_stop.gif) no-repeat center; }

#splash_play { top: 0; right: 0; background: url(../works/img/control_play.gif) no-repeat center; }
#splash_notification.playing { background: url(../works/img/control_play.gif) no-repeat center; }
#splash_notification.paused { background: url(../works/img/control_stop.gif) no-repeat center; }

#splash_pause, #splash_play ,#splash_notification {
	margin: 0;
	padding: 0;
	top: 4px;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 48px;
	height: 20px;
}

*html #splash_pause {
	margin-right:-170px;
}

*html #splash_play {
	margin-right:-170px;
}

*html #splash_notification {
	margin-right:-170px;
}

*html #splash_previous {
	margin-right:-170px;
}

*html #splash_next {
	margin-right:-170px;
}

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

*html #splash_close {
	margin-right:-170px;
}

#splash_description {
	margin-top: 4px;
	font-weight: normal;
	font-size: 9px;
	font-family:Verdana, Helvetica, sans-serif;
	color: #898989;
	letter-spacing:normal;
}

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