$(document).ready(function(){
	carouselSettings = {
		callBack	 : function(){
			$('.post h2, .entry h3, .post h4, #cat_desc h2, #cat_desc h3').each(function(){		
				sifrURL = 'http://www.lebulbe.com/wp-content/themes/bulbe/swf/gothic.swf';
				headerToSifr(this,sifrURL);
			});
			$('#content').each(function(){
				if($(this).hasClass("cat1")){
					$(this).bg(['0', '10px', '0', '0']);
				}else{
					$(this).bg(['10px', '10px', '0', '0']);
				}
			});
			$('#carousel_navigation_double_wrapper').bg(['0', '0', '10px', '10px']);
		}
	}
	$('#posts').vonwacar(carouselSettings);
	//$('#posts').vonwacar();
});
