jQuery(document).ready(function(){
	if (jQuery('.container-inner2 .quotes ul').length) {
		jQuery('.container-inner2 .quotes ul').bxSlider({
			speed: 1000,
			pager: true,
			auto: true,
			pause: 10000
		});
	}
});
