$(document).ready(function(){

//	$(".form").validate({
//		rules: {
//			field: {
//			  required: true,
//			  email: true,
//			  number: true
//			}
//		}
//	});

	$('#cycle').cycle({
		fx: 'fade'
	});
	
	$('#testimonials ul').cycle({ 
		fx:     'scrollUp', 
		timeout: 10000, 
		delay:  -2000 
	});	

//	$('#nav').superfish();

//	$('dl.gallery-item a').attr('rel','gallery');
//	$('dl.gallery-item a[rel="gallery"]').colorbox();

	$('#logo').flash({
		swf: '/wp-content/themes/bb/images/header.swf',
		height: 140,
		width: 950
	});

	$("#accordion").accordion({
		alwaysOpen: false,
		active: false,	
		collapsible: true,
		autoHeight: false
	});


	$('a.top').click(function(){
	     $('html, body').animate({scrollTop: '0px'}, 300);
	     return false;
	});
	
});
