jQuery(function($){

$.supersized({

// Functionality
slide_interval:   5000,	// Length between transitions
transition:1, 		// 0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left
transition_speed:700,	// Speed of transition
image_protect:1,
										   
// Components							
slide_links:'blank',	// Individual links for each slide (Options: false, 'num', 'name', 'blank')
slides:  	[	// Slideshow Images
		
		{image : 'http://anglecookislands.com/images/uploads/slides/0115.jpg', title : 'sunsetTTD', thumb : '', url : ''},
		
		{image : 'http://anglecookislands.com/images/uploads/slides/080.jpg', title : 'LyingDownParallel', thumb : '', url : ''},
		
		{image : 'http://anglecookislands.com/images/uploads/slides/038.jpg', title : 'HutBeach', thumb : '', url : ''},
		
		{image : 'http://anglecookislands.com/images/uploads/slides/0102.jpg', title : 'brightSunset', thumb : '', url : ''},
		
		{image : 'http://anglecookislands.com/images/uploads/slides/coverphot.jpg', title : 'Parasoul sillouette', thumb : '', url : ''},
		
		]

});
});

jQuery('#accordion').accordion({
header: 'div.title',
active: false,
alwaysOpen: false,
autoheight: false
});
