var fadeSlideShow_descpanel={
	controls: [['chevaux-de-sport-CSO/scripts/x.png',7,7], ['chevaux-de-sport-CSO/scripts/restore.png',10,11], ['chevaux-de-sport-CSO/scripts/loading.gif',54,55]], //full URL and dimensions of close, restore, and loading images
	fontStyle: 'normal 11px Verdana', //font style for text descriptions
	slidespeed: 200 //speed of description panel animation (in millisec)
}

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow_accueil", //ID of blank DIV on page to house Slideshow
	dimensions: [500, 375], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["chevaux-de-sport-CSO/images/chevaux/unespoir/unespoir.jpg", "chevaux-de-sport-CSO/index.php", "_self", "UN ESPOIR DU GARRET"],
		["chevaux-de-sport-CSO/images/chevaux/radja/radja.jpg", "chevaux-de-sport-CSO/index.php", "_self", "RADJA DE CRIEU"],		
		["chevaux-de-sport-CSO/images/chevaux/sanga/sanga.jpg", "chevaux-de-sport-CSO/index.php", "_self", "SANGA DU GARRET"],		
		["chevaux-de-sport-CSO/images/chevaux/violetta/violetta.jpg", "chevaux-de-sport-CSO/index.php", "_self", "VIOLETTA"],	
		["chevaux-de-sport-CSO/images/chevaux/unic/unic_3.jpg", "chevaux-de-sport-CSO/index.php", "_self", "UNIC DU GARRET"],	
		["chevaux-de-sport-CSO/images/chevaux/bo-dermus/P4140098.jpg", "chevaux-de-sport-CSO/index.php", "_self", "BO-DERMUS"],	
		["chevaux-de-sport-CSO/images/chevaux/donrouletto/donrouletto2.jpg", "chevaux-de-sport-CSO/index.php", "_self", "DON ROULETTO"],			
		["chevaux-de-sport-CSO/images/chevaux/amber/amber.jpg", "chevaux-de-sport-CSO/index.php", "_self", "AMBER"],
		["chevaux-de-sport-CSO/images/chevaux/uriel/uriel.jpg", "chevaux-de-sport-CSO/index.php", "_self", "URIEL DU GARRET"],				
		["chevaux-de-sport-CSO/images/chevaux/radja/P1030765.jpg", "chevaux-de-sport-CSO/index.php", "_self", "RADJA DE CRIEU"],		
		["chevaux-de-sport-CSO/images/chevaux/shogun/shogun.jpg", "chevaux-de-sport-CSO/index.php", "_self", "SHOGUN DU GARRET"],				
		["chevaux-de-sport-CSO/images/chevaux/unic/unic.jpg", "chevaux-de-sport-CSO/index.php", "_self", "UNIC DU GARRET"]							
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})
