$(function(){
	
	$('#trans .images').fadeTransition();
	
	$('#right').css('height', $('#content').height());
	
});
