
$j(document).ready(	
			function() {
				$j(".container").wtRotator({
					width:722,
					height:240,
					button_width:24,
					button_height:24,
					button_margin:5,
					auto_start:true,
					delay:4000,
					play_once:false,
					transition:"random",
					transition_speed:500,
					auto_center:true,
					easing:"",
					cpanel_position:"inside",
					cpanel_align:"BR",
					timer_align:"top",
					display_thumbs:false,
					display_dbuttons:true,
					display_playbutton:true,
					display_numbers:false,
					display_timer:true,
					mouseover_pause:false,
					cpanel_mouseover:false,
					text_mouseover:false,
					text_effect:"fade",
					text_sync:true,
					tooltip_type:"",
					lock_tooltip:false,
					shuffle:true,
					block_size:75,
					vert_size:55,
					horz_size:50,
					block_delay:25,
					vstripe_delay:75,
					hstripe_delay:180			
				});
			}
		);

	
jQuery(document).ready(function() {
    // Initialise the first and second carousel by class selector.
	// Note that they use both the same configuration options (none in this case).

	
	// If you want to use a caoursel with different configuration options,
	// you have to initialise it seperately.
	// We do it by an id selector here.
	jQuery('#first-carousel').jcarousel({
        vertical: false,
		visible:6,
		scroll: 6,
		animation:1000,
		buttonNextHTML:"<a href='/t-shirts/game-t-shirts.html'></a>"
		
    });
	
	jQuery('#second-carousel').jcarousel({
        vertical: false,
		visible:6,
		scroll: 6,
		animation:1000,
		buttonNextHTML:"<a href='/mecollections/world-of-warcraft-collection.html'></a>",
		buttonNextEvent:null
    });
	
	jQuery('#third-carousel').jcarousel({
        vertical: false,
		visible:6,
		scroll: 6,
		animation:1000,
		buttonNextHTML:"<a href='/mecollections/nintendo-collection.html'></a>",
		buttonNextEvent:null
    });
	
	jQuery('#fourth-carousel').jcarousel({
        vertical: false,
		visible:6,
		scroll: 6,
		animation:1000,
		buttonNextHTML:"<a href='/t-shirts/movie-t-shirts-1.html'></a>",
		buttonNextEvent:null
    });
	
	jQuery('#fifth-carousel').jcarousel({
        vertical: false,
		visible:6,
		scroll: 6,
		animation:1000,
		buttonNextHTML:"<a href='/catalogsearch/result/?q=Big+Pack&x=0&y=0'></a>",
		buttonNextEvent:null
    });
	
	jQuery('#sixth-carousel').jcarousel({
        vertical: false,
		visible:6,
		scroll: 6,
		animation:1000,
			buttonNextHTML:"<a href='/hoodies.html'></a>",
			buttonNextEvent:null
    });
	
	jQuery('#seventh-carousel').jcarousel({
        vertical: false,
		visible:6,
		scroll: 6,
		animation:1000,
			buttonNextHTML:"<a href='/fanstuff.html'></a>",
			buttonNextEvent:null
    });
	
	/*
	jQuery('#eighth-carousel').jcarousel({
        vertical: false,
		visible:6,
		scroll: 6,
		animation:1000,
			buttonNextHTML:"<a href='/catalogsearch/result/?q=Big+Pack&x=0&y=0'></a>",
    });
	
	jQuery('#neinth-carousel').jcarousel({
        vertical: false,
		visible:6,
		scroll: 6,
		animation:1000,
			buttonNextHTML:"<a href='/catalogsearch/result/?q=Big+Pack&x=0&y=0'></a>",
    });
	*/
	jQuery('#ten-carousel').jcarousel({
        vertical: false,
		visible:6,
		scroll: 6,
		animation:1000,
		buttonNextHTML:"<a href='/angebote.html'></a>",
		buttonNextEvent:null
		
    });
});



