(function($) {
	jQuery(document).ready(function(){ 

		jQuery("#video-nav-1 ul li:last-child a").css("margin-right","0");
	
	});
})(jQuery);	
