﻿$(document).ready(function(){
	
	/*$('#bedfordCarousel').jcarousel({
        vertical: true,
        scroll: 2
    });*/
	
	/*$('#bedfordCarousel li a').click(function(){
		$('div.flyer').empty();
		var source = $(this).find('img').attr('src');
		var flyer = 
		$('div.flyer').append('<img src="' + source.replace(/thumbs\//,"") + '" />');
	}).filter(':first').click();
	
	$('#galleryCarousel').jcarousel();*/
	
	//$('#galleryCarousel li a').click(function(){
		//$('div.galleryImage').empty();
		//var source = $(this).find('img').attr('src');
		//var image = '<img src="' + source.replace(/thumbs\//,"") + '" />';
		//$('div.galleryImage').append(image)/*.slideDown()*/;
	//}).filter(':first').click();
	
	if( $('.home .news').length ) {
		$('.news').cycle({
			fx:     'scrollRight',
		    next:   '#next1',
		    prev:   '#prev1',
		    timeout:   10000
		});
	}
	
	if ( $('.whatson .slideshowservice').length ) {
		$('.slideshowservice').cycle({
			delay: 2000,
			speed: 2000
		});
	}
	
	if ( $('.whatson .slideshowevents').length ) {
		$('.slideshowevents').cycle({
			delay: 4000,
			speed: 2000
		});
	}

});
