function initWowSlider()
{
	jQuery("#wowslider-container1").wowSlider({
		effect: WS_effect, 
		prev: WS_prev, 
		next: WS_next,
		duration: WS_duration,
		delay: WS_delay,
		outWidth: WS_width,
		outHeight: WS_height,
		width: WS_width,
		height: WS_height,
		caption: WS_caption,
		controls: WS_controls,
		autoPlay: WS_autoplay,
		bullets: WS_bullets,
		stopOnHover: WS_stop_on_hover
	});
}
