
#splash_esconde_fundo {
    position: absolute; 
    display: none;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    background-image: url(../imgs/overlay.png);
    z-index: 1;
}

* html #splash_esconde_fundo {
    position: absolute; 
    display: none;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    background: #000000;
    filter: Alpha(opacity=75);
	z-index: 1;
}
#splash_centro {
    position: absolute; 
    display: none;
    top: 50%; 
    left: 50%; 
    height: 400px;
    width: 400px;
    overflow: hidden;
    padding: 0px;
    background: #ffffff;
    border: 2px solid #000000; 
    text-align: center;
    z-index: 2;
}
#splash_nav_bar {
    height: 27px;
    background: #454545;
}
#splash_nav_bar div.prev{
    float: left;
    width: 30px;
}
#splash_nav_bar div.prev #splash_nav_bar_prev{
    display: none;
}
#splash_nav_bar div.prev a {
    display: block;
    width: 25px;
    height: 30px;
    background: url(../imgs/splash_prev.gif) no-repeat;
}
#splash_nav_bar div.next{
    float: left;
    width: 30px;
}
#splash_nav_bar div.next #splash_nav_bar_next{
    display: none;
}
#splash_nav_bar div.next a {
    display: block;
    width: 25px;
    height: 30px;
    background: url(../imgs/splash_next.gif) no-repeat;
}
#splash_nav_bar div.close{
    float: right;
    width: 30px;
}
#splash_nav_bar div.close a {
    display: block;
    width: 25px;
    height: 30px;
    background: url(../imgs/splash_close.gif) no-repeat;
}

#splash_nome {
    margin: 5px 10px 3px 10px;
    height: 16px;
    overflow: hidden;
    font: bold 14px arial;
    color: #555555;
}

#splash_principal {
    _height: 150px;
    min-height: 150px;
    background: center center url(../imgs/loading_infinit_01.gif) no-repeat;
}
#splash_principal img.unload {
    display: none;
    background: transparent;
}
#splash_principal img.loaded {
    display: inline;
    background: #ffffff;
}

#splash_texto {
    margin: 5px 10px 10px 10px;
    height: 25px;
    overflow: hidden;
    font: normal 10px verdana;
    color: #707070;
}