jQuery(document).ready(function($){
	$("a[href $= 'jpg']").colorbox({ opacity: '0.6',maxHeight:'95%' }); 
	$("a.movie").colorbox({ iframe: true, height: '385px', width: '640px', opacity: '0.6',maxHeight:'95%' }); 

	$('#slides').cycle({
    	timeout: 5000, 
    	speed:  2500,
    	autostop: 1
	});
/*
	$('#slides img').each(function() {
		var imgsrc = $(this).attr('src');
		$(this).addClass(imgsrc);
		$(this).wrap('<div class="newcorners" />');
		$(this).parent('.newcorners').css("background-image", 'url("' + imgsrc + '")');
		imgsrc = $(this).attr('src','/wp-content/themes/~wakefieldinn/images/corners.gif');
	});
*/

	$('ul#menu > li > a').prepend('<img src="/wp-content/themes/~wakefieldinn/images/tl-corner.gif" class="tlcorner corner"/>');
	$('ul#menu > li > a').append('<img src="/wp-content/themes/~wakefieldinn/images/tr-corner.gif" class="trcorner corner"/>');
});
