$('#example1').ready(function(){
	$('#example1').bxCarousel({
		display_num: 5,
		move: 1,
    auto: true,
		controls: true,
		margin: 10,
		prev_image: 'images_bx/icon_arrow_left.png',
		next_image: 'images_bx/icon_arrow_right.png',
		margin: 10,
		speed:500,
    margin:10,
    auto:true,
    auto_interval:2000,
    auto_dir:'next'
	});
	

});
