$(document).ready(function(){
	$('#slider').bxSlider({
		prev_image: 'http://www.datingfox.com/women/wp-content/themes/datingfox/images/btn_arrow_left.jpg',
		next_image: 'http://www.datingfox.com/women/wp-content/themes/datingfox/images/btn_arrow_right.jpg',
		wrapper_class: 'slider-wrap',		
		auto: true,
		auto_controls: true,
		pause: 6000
	});
});
