$('#example1, #example2').ready(function(){
	$('#example1').bxCarousel({
		display_num: 3,
		move: 1,
		prev_image: 'images/layout/button-content-product-next.png',
		next_image: 'images/layout/button-content-product-prive.png',
		margin: 10
	});
});
