jQuery(function(){
	jQuery('#slides1').bxSlider({
		//prev_image: 'blank.png',
		//next_image: 'blank.png',
		prev_text: ' ',   
		next_text: ' ',   
		wrapper_class: 'slides1_wrap',
		margin:0,
		auto: true,
		auto_controls: true,
		pause: 4000 
	});
});
