$(function(){
	$('#slides').bxSlider({
		auto: true,
		auto_controls: true,
		start_text: '<img src="images/bx_play.png" />',
		stop_text: '<img src="images/bx_pause.png" />',
		prev_image: 'images/bx_prev.png',
		next_image: 'images/bx_next.png'
	});
});
