/* Author: 
Romain Biard
*/

    
function whiteBoxTopPosition(){
	if( $('#wpadminbar').length == 0 ){
		$('#banner-left').css('top','40px');
		$('#banner-right').css('top','40px');
	}
}
	
$(document).ready(function(){
	whiteBoxTopPosition();
	
	$('#desc').innerfade({
		speed: 750,
		timeout: 5000
	});
	
	$('#image-header-elts').innerfade({
		speed: 750,
		timeout: 5000
	});
});
