$(function() {	
	$("a[rel*='clearbox[item]']").attr('rel', 'clearboxd[gallery=]');    
	
	$('#news_slide').bxSlider({
		controls: true,	
		displaySlideQty: 1,
		moveSlideQty: 1,
		infiniteLoop: false
	});
	
	$('#footer_nav li:last-child a').css('border-right', 0);
});
