#splash_screen {
    width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	background: transparent url(fonsplim.gif) top left repeat;
        font: normal normal normal 1.1em georgia, serif;
}

#image_content {
	border: 5px #4d99ef solid;
	background-color: #fff;
	margin: 0;
	position: absolute;
	z-index: 2;
	padding: 35px 40px 75px 35px;
}

#image_content img {
	margin: 0;
	padding: 0;
	display: none;
	z-index: 3;
	cursor: pointer;
	border: 5px #ffd400 solid;
}

#title_content {
	width: 100%;
	margin: 5px 0 0 0;
	text-align: center;
	padding: 0;
	left: 0;
	z-index: 3;
	position: absolute;
        font: normal normal normal 0.75em georgia, serif;
        color: #321;
}

#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: 70px; background: url(rew.gif) no-repeat center; }
#splash_next { right: 30px; background: url(fwd.gif) no-repeat center; }
#splash_pause { top: 0; right: 50px; background: url(stop.gif) no-repeat center; }
#splash_play { top: 0; right: 50px; background: url(play.gif) no-repeat center; }
#splash_notification.playing { background: url(play.gif) no-repeat center; }
#splash_notification.paused { background: url(stop.gif) 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: 5px;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(cross.gif) no-repeat center #fff;
}

#splash_description {
	margin-top: 4px;
        font: normal normal normal 1.5em/1.1em georgia, serif;
	color:#321;
	padding: 5px 0;
}

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

