// JavaScript Document
$.flash.expressInstaller = '/wp-content/themes/template1/flash/expressInstall.swf';
var FlashAvailable = $.flash.available;

$(document).ready(function(){

	$(".fancyBox").fancybox({
		'overlayShow'	: true,
		'autoScale'		: true,
		'titlePosition'	: 'inside'
	});
		
	$("a[rel^=lightbox]").fancybox({
		'overlayShow'	: true,
		'autoScale'		: true,
		'titlePosition'	: 'inside'
	});
	
	/*
    if(FlashAvailable){
		$('#carrousel_container').flash(
			{
				swf: '/wp-content/themes/template1/flash/webconcurrent_slider.swf',
				width: 700,
				height: 250,				
				flashvars: {
					src: 'xml.php?branche='+branche,
				}
			}
		);	
	} else {
    */		
		$('#nivoSlider').nivoSlider({
				effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
				slices:20,
				animSpeed:300, //Slide transition speed
				pauseTime:4000,
				startSlide:0, //Set starting Slide (0 index)
				directionNav:false, //Next & Prev
				controlNav:false, //1,2,3...
				keyboardNav:false, //Use left & right arrows
				pauseOnHover:true, //Stop animation while hovering
				manualAdvance:false, //Force manual transitions
				captionOpacity:0.8 //Universal caption opacity 
		});
		
	/*}*/
});
