/* FDébut Slideshow */
#gallery {
	position:relative;
}
	#gallery a {
	float:left;
	position:absolute;
	left: 1010;
	top: 20px;
	width: 1007px;
	height: 318px;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:50
	}

	#gallery .caption {
		z-index:60; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
/* Fin jscrollpane */

/* FDébut Slideshow */
#gallerybas {
	position:absolute;
}
	#gallerybas a {
	float:none;
	position:absolute;
	}
	
	#gallerybas a img {
		border:none;
	}
	
	#gallerybas a.show {
		z-index:50
	}

	#gallerybas .caption {
		z-index:60; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallerybas .caption .content {
		margin:5px
	}
	
	#gallerybas .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
/* Fin jscrollpane */
