$(document).ready(function() {
	// Slideshow implementation
	$('.inside_slideshow_box')
	
		.cycle({
			fx:		'fade'
			
		});
	
});

