/* Author: Matthew Pereira - mail@matthewpereira.com

*/

$(window).load(function() {
	    $('#slider1').nivoSlider({
		    effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
	        animSpeed:250, //Slide transition speed
	        pauseTime:8000,
	        startSlide:0, //Set starting Slide (0 index)
	        directionNav:false, //Next & Prev
	        directionNavHide:false, //Only show on hover
	        controlNav:true, //1,2,3...
	        controlNavThumbs:false, //Use thumbnails for Control Nav
	        controlNavThumbsFromRel:false, //Use image rel for thumbs
	        controlNavThumbsSearch: '.jpg', //Replace this with...
	        controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
	        pauseOnHover:false,
        });
	    $('#slider2').nivoSlider({
		    effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
	        animSpeed:250, //Slide transition speed
	        pauseTime:8000,
	        startSlide:0, //Set starting Slide (0 index)
	        directionNav:false, //Next & Prev
	        directionNavHide:false, //Only show on hover
	        controlNav:true, //1,2,3...
	        controlNavThumbs:false, //Use thumbnails for Control Nav
	        controlNavThumbsFromRel:false, //Use image rel for thumbs
	        controlNavThumbsSearch: '.jpg', //Replace this with...
	        controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
	        pauseOnHover:false,
        });
          $('#slider3').nivoSlider({
		    effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
	        animSpeed:250, //Slide transition speed
	        pauseTime:8000,
	        startSlide:3, //Set starting Slide (0 index)
	        directionNav:false, //Next & Prev
	        directionNavHide:false, //Only show on hover
	        controlNav:true, //1,2,3...
	        controlNavThumbs:false, //Use thumbnails for Control Nav
	        controlNavThumbsFromRel:false, //Use image rel for thumbs
	        controlNavThumbsSearch: '.jpg', //Replace this with...
	        controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
	        pauseOnHover:false,
        });
        $('#slider4').nivoSlider({
		    effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
	        animSpeed:250, //Slide transition speed
	        pauseTime:8000,
	        startSlide:3, //Set starting Slide (0 index)
	        directionNav:false, //Next & Prev
	        directionNavHide:false, //Only show on hover
	        controlNav:true, //1,2,3...
	        controlNavThumbs:false, //Use thumbnails for Control Nav
	        controlNavThumbsFromRel:false, //Use image rel for thumbs
	        controlNavThumbsSearch: '.jpg', //Replace this with...
	        controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
	        pauseOnHover:false,
        });
        $('#slider5').nivoSlider({
		    effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
	        animSpeed:250, //Slide transition speed
	        pauseTime:8000,
	        startSlide:3, //Set starting Slide (0 index)
	        directionNav:false, //Next & Prev
	        directionNavHide:false, //Only show on hover
	        controlNav:true, //1,2,3...
	        controlNavThumbs:false, //Use thumbnails for Control Nav
	        controlNavThumbsFromRel:false, //Use image rel for thumbs
	        controlNavThumbsSearch: '.jpg', //Replace this with...
	        controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
	        pauseOnHover:false,
        });
		$('#slider6').nivoSlider({
		    effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
	        animSpeed:250, //Slide transition speed
	        pauseTime:8000,
	        startSlide:3, //Set starting Slide (0 index)
	        directionNav:false, //Next & Prev
	        directionNavHide:false, //Only show on hover
	        controlNav:true, //1,2,3...
	        controlNavThumbs:false, //Use thumbnails for Control Nav
	        controlNavThumbsFromRel:false, //Use image rel for thumbs
	        controlNavThumbsSearch: '.jpg', //Replace this with...
	        controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
	        pauseOnHover:false,
        });



	});
