$j(document).ready(function()
{ 
	//fix IE PNG issues
    $j(document).pngFix();

	//lookbook js gallery
	$j('#cite-loop').innerfade({ 
		speed: 2000, 
		timeout: 8000, 
		type: 'random', 
		containerheight: '151px'
	});
});