$(document).ready(function(){
	// 1. Example
	$('#bow').oSlider({
		autoStart: true,
		pauseOnHover: true,
		listNavThumbs: true,
		arrowsNavHide: true,
		layers: {
			first: {
				className: 'bow-one',
				offset: 6,
				direction: 'ltr'
			},
			second: {
				className: 'bow-two',
				offset: 16,
				direction: 'ltr'
			}
		}
	});
	
});
