$(document).ready(function()
    {

    	// corner
		//$('.page-image').corner();

		// ymslider
		$('#slider1').YMslider({controls: false, pause: 6, easing: 'swing'});
		
		// prettyphoto
		$(".text a img").parent().prettyPhoto({social_tools: ''});
		$("a[rel^=lightbox]").prettyPhoto({social_tools: ''});
		
		// carouFredSel
		$('#slider2').carouFredSel({
			circular : false,
			infinite : true,
			auto : {
				play : false,
				pauseDuration : 5000
			},
			prev : {	
				button	: "#foo2_prev",
				key		: "left"
			},
			next : { 
				button	: "#foo2_next",
				key		: "right"
			},
			scroll : {
				items			: 3,
				easing			: "linear",
				duration		: 400,
				pauseOnHover : true
			}					
			
		});
		



    });
