$(function(){
	//initialize the featured slider

	$(".quad.last .wrapper").carouFredSel({
		items: 1,
		 scroll : {
		 	items : 1,
		 	duration : 1000,
		 	pauseOnHover : true
		 },
		 prev : {	
			button	: "#prev",
			key		: "left"
		},
		next : { 
			button	: "#next",
			key		: "right"
		}
	});	
	
	//initialize the main slider
	
	$("#home-container").carouFredSel({
		height: 458 ,
		scroll : {
		 	items : 1,
		 	duration : 800,
		 	fx:			'fade',
		 	pauseOnHover : true
		 }
	});


	
	/*
$("#home-container").carouFredSel({
		items: 1,
		wrapper:{
			classname: "caroufredsel_wrapper custom"
		},
		direction:"left",
		auto : {
			items : 1,
			duration : 600,
			pauseOnHover : true,
			pauseDuration: 5000
		},
		scroll : {
		 	items : 1,
		 	duration : 300,
		 	fx:			'fade',
		 	pauseOnHover : true
		 },
		height: 400
	});
*/
	
});
