jQuery(function ($) {
	$("#slider").mySlider({
        timeOut: 4000,
        captionOpacity: .7            
    });

});