#splash_screen {
    width: 100%;
	top: 0px;
	left: 0;
	background-color: #000033;
	position: fixed;
	z-index: 100001;
	cursor: pointer;
}

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

#image_content {
	border: 2px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #000;
	position: fixed;
	z-index: 100002;
}

#image_content img { 
	margin: 0;
	padding: 0;
	background:white;
	width:100%;
	height:100%;
	display: none;
	z-index: 100003;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 3s;
}

#image_content img:after { 
	margin: 0;
	padding: 0;
	display: none;
	z-index: 100003;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 10s;
}
@-webkit-keyframes example {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes example {
    from {opacity: 0;}
    to {opacity: 1;}
}


#title_content {
    min-height:0px;
	min-width:30px;
	width:100%;
	height:100%;
	border: 0px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0px;
	padding: 0px;
	left:50%;
	transform:translate(-50%);
	bottom:0px;
	z-index: 100003;
	position: absolute;
	font: normal 1vw "Arial";
	font-size:12px;
	text-align:justify;
}

#splash_previous, #splash_next,#splash_pause, #splash_play, #splash_notification {
	margin: 0;
	padding: 0;
	top: 0px;
	display: block;
	position: absolute;
	z-index: 100004;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
#splash_previous { right: 40px; background: url(control_rewind.png) no-repeat center; }
#splash_next {  right: 0; background: url(control_forward.png) no-repeat center; }
#splash_pause { right: 20px; background: url(control_stop.png) no-repeat center;}
#splash_play {  right: 20px; background: url(control_play.png) no-repeat center;}
#splash_notification.playing { background: url(control_play.png) no-repeat center; }
#splash_notification.paused { background: url(control_stop.png) no-repeat center; }


#splash_close {
	top: 2;
	right: 2;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 100004;
	cursor: pointer;
	width: 32px;
	height: 32px;
	/* background: url(cross1.png) no-repeat center ; */
}

#splash_description {
	margin-top: 4px;
	font-weight: bold;
}

@font-face
{
font-family: times;
src: url(../times.ttf);
}

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