$(window).load(	
			function() {
				$("#li-banner").sp_Li_Slider({						
					animation			: "Regular-Custom",	 			
					transitions			: 'Fade',				
					auto_play 			: true,   			
					repeat	 			: true,					
					modalMode			: 'off',
					goToSlideOnStart	: 1,						
					timer				: 'no',
					pauseOnMouseOver	: true,					
					tooltip				: 'none',			// none|text|image
					tooltipSize			: 20,						
					shuffle				: false,				
					delay     			: 3000,					// value // time period of a photos displaying /default - 3000 (3 sec)
					trans_period		: 1000,					// value // time period of chenging the photos /default - 1000 (1 sec)
					active_links		:	true,					
					buttons_show		:	false,					// true|false //show all buttons 		/default - true
					play_pause_show		:	false,					// true|false //show Play or Pause buttons	/default - true
					next_prev_show		:	false,					// true|false //show Next or Prev buttons	/default - true
					auto_hide 			: false,					// true|false // auto hide buttons ot start (when auto_play is true)
					buttons_show_time	:	0,					// value 			//time period befor displayins of the buttons 	/default - 100
					buttons_show_delay	:	500,					// value //time period for appearing of the buttons		/default - 300
					buttons_hide_time 	:	2000,					// value //time period befor disappearing of the buttons/default - 2000
					buttons_hide_delay	:	0						// value //time period for disappearing of the buttons	/default - 500
				});
			}
		);
