$(document).ready(function(){
	
	
/* In-Field Label */

 $(function(){ $("label.infield").inFieldLabels(); });  


jQuery('#slideshow').fadeSlideShow({
    width: 920, // default width of the slideshow
    height: 505, // default height of the slideshow
    interval: 3000, // default interval between image change
    PlayPauseElement: 'show_control', // default css id for the play / pause element
		NextElement: false,
		PrevElement: false,
		autoplay: true // autoplay the slideshow
	});

jQuery('#slideshow_02').fadeSlideShow({
    width: 730, // default width of the slideshow
    height: 460, // default height of the slideshow
    interval: 6000, // default interval between image change
    PlayPauseElement: 'show_control', // default css id for the play / pause element
		NextElement: false,
		PrevElement: false,
		autoplay: true // autoplay the slideshow
	});
	
jQuery('#slideshow_03').fadeSlideShow({
    width: 414, // default width of the slideshow
    height: 426, // default height of the slideshow
    interval: 6000, // default interval between image change
    PlayPauseElement: 'show_control', // default css id for the play / pause element
		NextElement: false,
		PrevElement: false,
		autoplay: true // autoplay the slideshow
	});

jQuery('#slideshow_04').fadeSlideShow({
    width: 276, // default width of the slideshow
    height: 427, // default height of the slideshow
    interval: 6000, // default interval between image change
    PlayPauseElement: 'show_control', // default css id for the play / pause element
		NextElement: false,
		PrevElement: false,
		autoplay: true // autoplay the slideshow
	});

jQuery('#voices').fadeSlideShow({
    width: 245, // default width of the slideshow
    height: 360, // default height of the slideshow
    interval: 6000, // default interval between image change
    PlayPauseElement: 'show_control', // default css id for the play / pause element
		NextElement: false,
		PrevElement: false,
		autoplay: true // autoplay the slideshow
	});
	

jQuery('#references').fadeSlideShow({
    width: 414, // default width of the slideshow
    height: 426, // default height of the slideshow
    interval: 6000, // default interval between image change
    PlayPauseElement: 'show_control', // default css id for the play / pause element
		NextElement: false,
		PrevElement: false,
		autoplay: true // autoplay the slideshow
	});
	
	
	/* This is basic - uses default settings */
	
	$("a.fancy").fancybox();



$("a.vimeo").fancybox({
    'padding'     : 0,
		'width'				: 600,
		'height'			: 450,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	

	$('.scroll-pane').jScrollPane();


});





