$(document).ready(function(){

	$('#example2').boutique({
		starter:			1,
		speed:				1200,
		hoverspeed:			300,
		hovergrowth:		0.0,
		//container_width:	screen.width*0.99,
		container_width:    document.body.offsetWidth,
		front_img_width:	1000,
		front_img_height:	490,
		behind_opac:		0.3,
		back_opac:			0.2,
		behind_size:		1.0,
		back_size:			0.8,
		autoplay:			true,
		autointerval:		7000,
		freescroll:			true,
		easing:				'easeOutQuart',
		move_twice_easein:	'easeInQuart',
		move_twice_easeout:	'easeOutQuart',
		text_front_only:	false
	});
	

});

/*
// Link anchor click callback:
function link_callback(anchor){
	//$('#alert').html('You clicked a frame with the link "'+anchor+'".').slideDown();
	$slideDown();
}
// New frontal frame focus callback:
function move_callback(anchor){
	$slideDown();
}*/
