.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_arrows{	/* Width of divs for thumbnails */
	
	background-color:#C80F53;
		
	}
	#DHTMLgoodies_panel_one{		
		float:left;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:75px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:480px;	/* Width of large image div */
			/* Height of large image div */
		float:left;
	
	}

	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:100px;	/* Width of strip */
	/* "Air" inside filmstrip div */
		position:absolute;
		float:left;
	}
	.strip_of_thumbnails #masque{
	background:url(../../img/bg-orange.png) no-repeat 0 0!important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://auberge-jeunesse-aix.fr/themes/auberge-jeunesse/img/bg-orange.png', sizingMethod='scale');
	position:absolute;
	cursor:pointer;

	top:1px;
	left:1px;
	height:73px;
	width:100px;
	visibility:hidden;
	}
	.strip_of_thumbnails a{
	float:left;
	width:100px;
	height:73px;
	}
	.strip_of_thumbnails div{
	float:left;
		width:100px;
		height:73px;
		padding:0;
		margin:0;
	}
	.strip_of_thumbnails img{
		border:1px solid #666666;
	}
	
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		/*border:1px solid #C50049;*/	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:left;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:412px;
		

	}