$(document).ready(function() {
$(function(){
	$('#ramze-pic').hide();				
	$('#ramze-pic').fadeIn();
	});
});
