$(document).ready(function(){

//	$(".form").validate({
//		rules: {
//			field: {
//			  required: true,
//			  email: true,
//			  number: true
//			}
//		}
//	});

	$('#cycle').cycle({
		fx: 'fade'
	});
	
	$('#news ul li:last-child').addClass('last');

//	$('#nav').superfish();

//	$('dl.gallery-item a').attr('rel','gallery');
	$('#cat-a').colorbox({href:"http://www.theyachtfleet.com/",width:"80%", height:"80%", iframe: true});
	$('#cat-b').colorbox({href:"http://www.yachtfleet.com/",width:"80%", height:"80%", iframe: true});
	$('#cat-c').colorbox({href:"http://www.charteryachts.info/",width:"80%", height:"80%", iframe: true});

//	$('#movie').flash({
//		swf: '/wp-content/themes/bb/video/slider.swf',
//		height: 200,
//		width: 600
//	});

	$('a.top').click(function(){
	     $('html, body').animate({scrollTop: '0px'}, 300);
	     return false;
	});
	
	$("#accordion").accordion({ autoHeight: false });
	
});