$(function() {

	$("a.tripButton").colorbox({ iframe: true, height: '475px', width: '485px', opacity: '0.6',maxHeight:'95%' });

	$("a[href$='jpg']").colorbox({ maxHeigh:'95%',opacity:'0.6'}); 

	$('#slides').cycle({
		fx: 'fade', // choose your transition type
		speed:    2000, //transition speed
    	timeout:  6000, //time spent on the slide
    	delay: -1500, //delays first slide time
    	autostop: 1 //ends after # slides
	});

});

