			$(document).ready(function() {	
				$('.slideshow').bxSlider({
					mode: 'horizontal',
					infiniteLoop: true,
					controls:false,
					pause:5000,
					speed: 5000,
					easing: 'swing',
					auto: true
				});

			});
