$(window).load(	
			function() {
				$("#li-banner").sp_Li_Slider({						
					animation						: "Regular-Custom",	   			
					transitions					: 'Sqr-Fade Blind-Right-Fade',				 
					auto_play 					: true,   			 
					repeat	 						: true,					 
					modalMode						:	'off', 
					goToSlideOnStart		:	1,						 
					timer								: 'no', 
					pauseOnMouseOver		:	true,					 
					tooltip							:	'image',			 
					tooltipSize					: 20,						 
					shuffle							:	false,				 
					delay     					: 3500,					 
					trans_period				:	800,					 
					vert_sections				:	12,						 
					sqr_sections_Y			:	6,						 
					active_links				:	true,					 
					buttons_show				:	true,					 
					play_pause_show			:	true,					 
					next_prev_show			:	true,					 
					auto_hide 					: true,					 
					buttons_show_time		:	100,					 
					buttons_show_delay	:	300,					 
					buttons_hide_time 	:	500,					 
					buttons_hide_delay	:	500						 
				});
			}
		);		
