#splash_screen {
    top: 0;
    left: 0;
    background-color: #000;
    position: absolute;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 1;
    cursor: pointer;
}

#image_content {
    border: 10px 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 {
    font-size: 11px;
    color: #333;
    border: 10px solid #FFF;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    left: 0;
    z-index: 3;
    position: absolute;
}

#splash_groupe_vignettes {
    font-size: 11px;
    color: #333;
    border: 10px solid #FFF;
    /*background-color: #FFF;*/
    margin: 0;
    padding: 0;
    left: 0;
    /*top: 600px;*/
    z-index: 3;
    position: absolute;
    background-color: #000;
}

.splash_vignette {
    cursor: pointer;    
}

#splash_vignette_over img{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1; 
}

#splash_vignette img {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#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: 40px; background: url(/images/splash_image/control_rewind.png) no-repeat center; }
#splash_next { right: 0; background: url(/images/splash_image/control_forward.png) no-repeat center; }
#splash_pause { top: 0; right: 20px; background: url(/images/splash_image/control_stop.png) no-repeat center; }
#splash_play { top: 0; right: 20px; background: url(/images/splash_image/control_play.png) no-repeat center; }
#splash_notification.playing { background: url(/images/splash_image/control_play.png) no-repeat center; }
#splash_notification.paused { background: url(/images/splash_image/control_stop.png) 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: 0;
    padding: 0 0 0 5px;
    display: block;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    width: 70px;
    height: 20px;
    color: #F00;
	background-color:#fff;
   background: url(/images/splash_image/cross.png) no-repeat right #FFF; 
  /* background: url(/images/splash_image/close.gif) no-repeat right #FFF;*/
}

#splash_lien_close {
    color: #F00;
}

#splash_close2 {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 0 0 5px;
    display: block;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    width: 70px;
    height: 20px;
    color: #F00;
	background-color:#fff;
    background: url(/images/splash_image/cross.png) no-repeat right #FFF;
}


.a_close{
text-decoration:none;
}
.a_close a:hover {
text-decoration:underline;
}

#splash_description {
    margin-top: 4px;
    font-weight: bold;
}

div.ajax-loading { background: url(/images/splash_image/ajax-loader-thickbox.gif) no-repeat center; }

