$(document).ready(function(){

	$("#f1").validate({
		rules: {
			field: {
			  required: true,
			  email: true
			}
		}
	});

	$('#cycle ul').cycle({
		fx: 'fade'
	});

	$('#nav').superfish();

//	$('dl.gallery-item a').attr('rel','gallery');
//	$('dl.gallery-item a[rel="gallery"]').colorbox();

//	$('#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;
	});
	
});
