  


jQuery(document).ready(function(){
jQuery("#slidecontainer").wtRotator({
					width:522,
					height:204,
					button_width:24,
					button_height:24,
					button_margin:5,
					auto_start:true,
					delay:10000,
					play_once:false,
					transition:"random",
					transition_speed:1500,
					auto_center:false,
					easing:"easeOutCirc",
					cpanel_position:"inside",
					cpanel_align:"TR",
					timer_align:"top",
					display_thumbs:false,
					display_dbuttons:false,
					display_playbutton:false,
					display_numbers:false,
					display_timer:false,
					mouseover_pause:true,
					cpanel_mouseover:false,
					text_mouseover:false,
					text_effect:"none",
					text_sync:true,
					tooltip_type:"image",
					lock_tooltip:true,
					shuffle:false,
					block_size:75,
					vert_size:55,
					horz_size:50,
					block_delay:25,
					vstripe_delay:75,
					hstripe_delay:180			
				});
	jQuery('#offer-slider').carousel({
    itemsPerPage: 1, // number of items to show on each page
    itemsPerTransition: 1, // number of items moved with each transition
		orientation: 'horizontal',
		noOfRows: 1, // number of rows (see demo)
    unknownHeight: true,
		nextPrevActions: true, //(boolean)Sets whether the next and prev actions are included, next and prev actions are inserted as anchor tags.
	  autoScroll: true, // (boolean)Set to true to invoke auto scrolling, note when the mouse enters the carousel the interval will stop, it'll consequently begin when the mouse leaves. NOTE: Requires the autoScroll extension (jquery.ui.carousel-autoscroll.js).
		pause: 8000, //(number)Sets the amount of time in miliseconds the carousel waits before it automatically scrolls.NOTE: Requires the autoScroll extension (jquery.ui.carousel-autoscroll.js).
		pagination: false, // whether pagination links will be included
    speed: 'normal', // animation speed
    easing: 'swing' // supports the jQuery easing plugin
});
	jQuery("#walkaboutbanner").wtRotator({
					width:180,
					height:513,
					button_width:24,
					button_height:24,
					button_margin:5,
					auto_start:true,
					delay:10000,
					play_once:false,
					transition:"random",
					transition_speed:1500,
					auto_center:false,
					easing:"easeOutCirc",
					cpanel_position:"inside",
					cpanel_align:"BR",
					timer_align:"top",
					display_thumbs:false,
					display_dbuttons:false,
					display_playbutton:false,
					display_numbers:false,
					display_timer:false,
					mouseover_pause:true,
					cpanel_mouseover:false,
					text_mouseover:false,
					text_effect:"none",
					text_sync:true,
					tooltip_type:"image",
					lock_tooltip:true,
					shuffle:false,
					block_size:75,
					vert_size:55,
					horz_size:50,
					block_delay:25,
					vstripe_delay:75,
					hstripe_delay:180			
				});
});

