/**
 * js_slider, css de base
 */

.jssl_thumb_title
{
 	position: absolute;
	left:10px;
	top:15px;
	z-index:9;
	background-color:#000;
	color: white; 
	opacity: 0; 
}
.jssl_prev_slide_orientation_h
{
 	position: absolute;
	z-index:10;
	width:20px;
	height:64px;
	background:url(../images/slider_prev.png);
	background-repeat: no-repeat;
}
.jssl_next_slide_orientation_h
{
	position: absolute;
	z-index: 10;
	width:20px;
	height:64px;
	background:url(../images/slider_next.png);
	background-repeat: no-repeat;
}
.jssl_prev_slide_orientation_v
{
 	position: absolute;
	z-index:10;
	width:64px;
	height:20px;
	background:url(../images/slider_up.png);
	background-repeat: no-repeat;
	vertical-align:middle;
}
.jssl_next_slide_orientation_v
{
	position: absolute;
	z-index: 10;
	width:64px;
	height:20px;
	background:url(../images/slider_down.png);
	background-repeat: no-repeat;
	vertical-align:middle;
}
.jssl_imagelinkprev_orientation_h
{
    cursor: pointer;
	width: 20px; 
	height: 64px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
}
.jssl_imagelinknext_orientation_h
{
    cursor: pointer;
	width: 20px; 
	height: 64px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
}
.jssl_imagelinkprev_orientation_v
{
    cursor: pointer;
	width: 64px; 
	height: 20px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
}
.jssl_imagelinknext_orientation_v
{
    cursor: pointer;
	width: 64px; 
	height: 20px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
}
.jssl_bullets
{

}
.slider_bullet_off
{
	cursor: pointer;
	width: 15px; 
	height: 15px;
	background:url(../images/slider_bullet_off.png);
	background-repeat: no-repeat;
}
.slider_bullet_on
{
	width: 15px; 
	height: 15px;
	background:url(../images/slider_bullet_on.png);
	background-repeat: no-repeat;
}
.jssl_container
{
	/*background-color:black;*/		
}
.jssl_thumblink
{
 	cursor: pointer;
}

/*Conteneur(div) entourant une miniature mais ajuster ŕ une taille fixe*/
.jssl_thumb_container
{
	padding: 1px;
	/*background-color: #000000;*/
	cursor: pointer;
}

/* Conteneur ajusté ŕ la miniature*/
.jssl_thumb_container .slide
{
	/*background-color:#000;*/
}

.jssl_thumb_container_current
{
	background-color: transparent;
}

.slider_viewer_content
{
	z-index: 1;
}

.fullscreen
{
	background-color: #000000;
}

.jssl_slider_spacer
{
	display:block;
}