$(document).ready( function() {
	$("a.zoom-fb").fancybox({
		'titleShow'		: false
	});
	
	$('.thumb_view').hover( function() {
		$(this).toggleClass('thumb_view_active');
	});
});






/*---------------------------------



function initHoverImgs() {
	if( $(".prg-dtl-left") ) {
		$('.prg-dtl-left').hover(
			 function() {
				$(this).children('.zoom-p').css('display', 'block')
			 },
			 function() {
				$(this).children('.zoom-p').css('display', 'none')
		 });
	}
	if( $(".prg-thumb") ) {
		$('.prg-thumb').hover(
			 function() {
				$(this).children('.zoom-p-thumb').css('display', 'block')
			 },
			 function() {
				$(this).children('.zoom-p-thumb').css('display', 'none')
		 });
	}
	if( $(".prg-hd") ) {
		$('.prg-hd').hover(
			 function() {
				$(this).children('.zoom-p-hd').css('display', 'block')
			 },
			 function() {
				$(this).children('.zoom-p-hd').css('display', 'none')
		 });
	}
	if( $(".prg-dtl-right") ) {
		$('.prg-dtl-right').hover(
			 function() {
				$(this).children('.zoom-p').css('display', 'block')
			 },
			 function() {
				$(this).children('.zoom-p').css('display', 'none')
		});
	}
	if( $(".prg-list-left") ) {
		$('.prg-list-left').hover(
			 function() {
				$(this).children('.zoom-p-articles').css('display', 'block')
			 },
			 function() {
				$(this).children('.zoom-p-articles').css('display', 'none')
		 });
	}
	if( $(".home-img") ) {
		$('.home-img').hover(
			 function() {
				$(this).children('.zoom-p').css('display', 'block')
			 },
			 function()
			 {
				$(this).children('.zoom-p').css('display', 'none')
		});
	}
	if( $(".localiser-small") ) {
		$('.localiser-small').hover(
		 function() {
		 	$(this).children('.zoom-p').css('display', 'block')
		 },
		 function() {
		 	$(this).children('.zoom-p').css('display', 'none')
		 });
	}
}
function initFancyBox() {
	$("a.zoom").fancybox({
		'titleShow'		: false
	});

}
	
function spotFirst() {
	if ( $(".prg-list-mid") ) {
		$(".container_12").children('.prg-list-mid:first').removeClass().addClass('prg-list-mid-first');		
	}
	if ( $(".breadcrumb") ) {
		$(".breadcrumb").children('a:first').css('background', 'none');		
	}
}

// Cache les msg d'erreur
function hide_error () {
	div  = (document.layers) ? document.layers['errorPad'] : document.getElementById('errorPad');
	div2  = (document.layers) ? document.layers['erlogPad'] : document.getElementById('erlogPad');
	div.className = "error_hide";
	div2.className = "error_hide";
}
------------------------------------------------------------------*/


