// JavaScript Document
$(document).ready(function() {
	$("#slider").mySlider({
		timeOut: 6000,
		captionOpacity: 1            
	});
});
		

