$(function(){
	$.fn.supersized.options = {  
		startwidth: 640,  
		startheight: 480,
		vertical_center: 1,
		slideshow: 1,
		navigation: 0,
		thumbnail_navigation: 0,
		transition: 1, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-slide left
		pause_hover: 0,
		slide_counter: 0,
		slide_captions: 0,
		slide_interval: 3500,
		slides : [
			{image : 'http://farm2.static.flickr.com/1304/5177527353_c32b4d820e_b_d.jpg', title : 'Yellow Flower', url : '#'},
			{image : 'http://farm6.static.flickr.com/5162/5232070269_4376a17c08_b.jpg', title : 'Sean in black', url : '#'},
			{image : 'http://farm5.static.flickr.com/4152/5180413339_556957b387_b.jpg', title : 'Lauren on white sheets', url : '#'},
			{image : 'http://farm5.static.flickr.com/4154/5210650807_b7460a075c_b.jpg', title : 'Ryley', url : '#'},  
			{image : 'http://farm2.static.flickr.com/1028/5185567441_9d3416d0d6_b.jpg', title : 'Lauren Pouting', url : '#'}
		]
	};
    $('#supersized').supersized(); 
});
