/* ***************************  highslide images ********************** */

.highslide {	 
	cursor:url('http://www.fondation-langlois.org/e-art/css/highslide/graphics/zoomin.cur'), pointer;
    outline:none;
}

.highslide img {	
	border:2px solid #EEEDEB;
}

.highslide:hover img {	
	border:2px solid #CCCCCC;	
}

.highslide-image {	
	border-top:10px solid #EEEDEB; 
	border-left:10px solid #EEEDEB; 
	border-right:10px solid #EEEDEB; 
	border-bottom:0px solid #EEEDEB; 
}

.highslide-image-blur {	
}

.highslide-caption {	
    display:none;   
    font-family:Verdana, Helvetica;
	font-size:100%;
	font: 0.76em Verdana, sans-serif; line-height: 1.5; color:#213B72; 
	padding:10px;
    background-color: #EEEDEB;
    border-top:1px solid #EEEDEB;
    border-bottom:1px solid #EEEDEB;
}

.highslide-loading {	
    display:block;
    background-color: #EEEDEB;
    font-family:Verdana, Helvetica;
	font-size:100%;
	font: 0.76em Verdana, sans-serif; line-height: 1.5;
	font-weight:bold;
    text-decoration:none;
	color:#FFFFFF;
	padding:0px; 
	border-top:1px solid #EEEDEB;
	border-bottom:1px solid #EEEDEB;
    background-color:black;
/*
    padding-left: 22px;
    background-image: url(../css/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
*/
}


/* ************************* highslide html/video ************** */

.highslide-html {
    background-color: #EEEDEB;
}

.highslide-html-blur {
    border: 2px solid gray;
}

.highslide-html-content {
	position:absolute;
    display:none;	
    background-color: #EEEDEB;	
	padding-left:10px;
	padding-right:10px;	
    border-top:1px solid #EEEDEB;
    border-bottom:1px solid #EEEDEB;
}

.highslide-html-scroll {
	position:absolute;
    display:none;	
    background-color: #EEEDEB;	
    border-top:1px solid #EEEDEB;
    border-bottom:1px solid #EEEDEB;
}

.highslide-text {	
	font-size:0.76em; font-family: Verdana, sans-serif; line-height: 1.5;
	color:#213B72; 
	padding-top:10px;
	padding-bottom:10px;
} 

.highslide-scroll-text {	
	font-family: Verdana, sans-serif; line-height: 1.5;
	color:#213B72; 
	padding-top:10px;
	padding-bottom:10px;
} 

.highslide-close {
	text-align:right; 
}

.highslide-close img {
    border: 0px;
}

.highslide-move {
    cursor:move;
}

.highslide-move img {
    border: 0px;
}

.highslide-display-block {	
    display: block;
}

.highslide-display-none {	
    display: none;
}
