$(document).ready(function() {    $('.slideshow').cycle({	/*	fx:      'custom',     cssBefore:{          left: -500,           top: 0,          display: 'block',        opacity: 1    },     animIn: {          left: 0,         top: 0      },     animOut: {          left: 500,           top: 0,        opacity: 0    },     easing: "easeOutSine",    delay: -3000,    speed: 1000,    timeout: 7000,    autostop: 5	*/	     fx:      'fade',     speed: 2000,    timeout: 6500,    autostop: 5    	});});//lightbox function call
