$(function(){
	$('#right_big').jScrollPane();
	$('#right_full').jScrollPane();
	$('.fade').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '445px' }); 
});

function myScroll(){
$('#gift_div').toggle('slow', function(){
	$('#right_big').jScrollPane();
	$('#right_full').jScrollPane();
	});
}




