$(document).ready(function(){
	$('.main_right_middle').show("slow", function() {
		$('.bar_code').css({'visibility': 'visible'});
	});
});
