$(document).ready(function() {
  $("#slider").SexySlider({
	navigation    : '#navigation', // #id of div to place navigation buttons.
	control       : '#control',    // #id of div to place control buttons.
	width         : 482,  // width of panel
	height        : 194,  // height of panel
	strips        : 5,   // number of strips
	auto          : true, // autoslider
	autopause     : false, // stop autoslider after click
	delay         : 4000, // delay between images in ms
	stripSpeed    : 300,  // delay beetwen strips in ms
	titleOpacity  : 0.7,  // opacity of title
	titleSpeed    : 400, // speed of title appereance in ms
	titlePosition : 'bottom', // top, right, bottom, left
	titleStyle    : 'auto', // 'auto', false 
	direction     : 'right', // left, right, alternate, random
	effect        : 'curtain' // curtain, zipper, wave, fountain, cascade, fade, random
  });
});
