$(document).ready(function() {
	/*$("#Full-Col").fadeIn(2000);*/
	$(".big_col").fadeIn(3000);
	$('.banner_slideshow').fadeIn(3000);					   
    $('.banner_slideshow').cycle({
        fx:  'scrollLeft',
		timeout: 5000,
		speed:2500,
		startingSlide: 0,
		easing: 'easeOutCubic'
		});
	$('.banner_slideshow_artist').cycle({
        fx:  'scrollLeft',
		timeout: 8000,
		speed:2500,
		startingSlide: 0,
		easing: 'easeOutCubic'
		});
	
	
$('.gallery').cycle({ 
    	fx:     'fade', 
    	speed:  1000, 
    	timeout: 0,
    	startingSlide:0 
    	});
    	$('#thumb1').click(function() { 
        $('.gallery').cycle(0); 
        return false; 
    	});
    	$('#thumb2').click(function() { 
        $('.gallery').cycle(1); 
        return false; 
    	});
    	$('#thumb3').click(function() { 
        $('.gallery').cycle(2); 
        return false; 
    	});
    	$('#thumb4').click(function() { 
        $('.gallery').cycle(3); 
        return false; 
    	});
    	$('#thumb5').click(function() { 
        $('.gallery').cycle(4); 
        return false; 
    	});
    	$('#thumb6').click(function() { 
        $('.gallery').cycle(5); 
        return false; 
    	});
    	$('#thumb7').click(function() { 
        $('.gallery').cycle(6); 
        return false; 
    	});
    	$('#thumb8').click(function() { 
        $('.gallery').cycle(7); 
        return false; 
    	});
		$('#thumb9').click(function() { 
        $('.gallery').cycle(8); 
        return false; 
    	});
    	$('#thumb10').click(function() { 
        $('.gallery').cycle(9); 
        return false; 
    	});
    	$('#thumb11').click(function() { 
        $('.gallery').cycle(10); 
        return false; 
    	});
    	$('#thumb12').click(function() { 
        $('.gallery').cycle(11); 
        return false; 
    	});
    	$('#thumb13').click(function() { 
        $('.gallery').cycle(12); 
        return false; 
    	});
    	$('#thumb14').click(function() { 
        $('.gallery').cycle(13); 
        return false; 
    	});
    	$('#thumb15').click(function() { 
        $('.gallery').cycle(14); 
        return false; 
    	});
    	$('#thumb16').click(function() { 
        $('.gallery').cycle(15); 
        return false; 
		});
    	$('#thumb17').click(function() { 
        $('.gallery').cycle(16); 
        return false; 
    	});
    	$('#thumb18').click(function() { 
        $('.gallery').cycle(17); 
        return false; 
    	});
    	$('#thumb19').click(function() { 
        $('.gallery').cycle(18); 
        return false; 
    	});
    	$('#thumb20').click(function() { 
        $('.gallery').cycle(19); 
        return false; 
    	});
    	$('#thumb21').click(function() { 
        $('.gallery').cycle(20); 
        return false; 
    	});
    	$('#thumb22').click(function() { 
        $('.gallery').cycle(21); 
        return false; 
    	});
    	$('#thumb23').click(function() { 
        $('.gallery').cycle(22); 
        return false; 
    	});
    	$('#thumb24').click(function() { 
        $('.gallery').cycle(23); 
        return false; 
    	});
		$('#thumb25').click(function() { 
        $('.gallery').cycle(24); 
        return false; 
    	});
    	$('#thumb26').click(function() { 
        $('.gallery').cycle(25); 
        return false; 
    	});
    	$('#thumb27').click(function() { 
        $('.gallery').cycle(26); 
        return false; 
    	});
    	$('#thumb28').click(function() { 
        $('.gallery').cycle(27); 
        return false; 
    	});
    	$('#thumb29').click(function() { 
        $('.gallery').cycle(28); 
        return false; 
    	});
    	$('#thumb30').click(function() { 
        $('.gallery').cycle(29); 
        return false; 
    	});
    	
 $('div.extra_text').toggleElements( { fxAnimation:'slide', fxSpeed:1000 } );
    	



});
