
$(document).ready(function() {
						   
				   	$('.example-container').css("visibility", "visible");
					$(".example-container").wtListRotator({
					screen_width:700,
					screen_height:400,
					item_width:290,
					item_height:100,
					item_display:4,
					list_align:"right",
					scroll_type:"mouse_move",
					auto_start:true,
					delay:4450,
					transition:"fade",
					transition_speed:500,
					scroll_type:"mouse_click",
					display_scrollbar:false,
					display_timer:false,
						cpanel_mouseover:false
					/*,
					display_playbutton:false,
					display_number:true,
					display_timer:false,
					display_arrow:true,
					display_thumbs:false,
					display_scrollbar:false,
					pause_mouseover:false,
					cpanel_mouseover:false,					
					text_mouseover:false,
					text_effect:"fade",
					text_sync:true,
					cpanel_align:"TR",
					timer_align:"top",
					move_one:false,
					auto_adjust:true,
					shuffle:false,
					block_size:75,
					vert_size:50,
					horz_size:50,
					block_delay:35,
					vstripe_delay:90,
					hstripe_delay:180				*/				
				});
			}
		);



