// JavaScript Document
$(function() {	   

    $('#slideshow').cycle({
        fx:     'fade',
        speed:  '500',
        timeout: 5000

    });
 $('.ph-hebe span').before('<ul id="navheb">');
 $('#slideshow-hebe').cycle({
        fx:     'fade',
        speed:  '500',
        timeout: 4000,
		pager:  '#navheb',
		        pagerAnchorBuilder: function(idx, slide) {
		return '<li><a href="#"><span><img src="' + slide.src + '" width="75" height="51" alt="" /></span></a></li>';



			
        }

    });	
	
});
    $(document).ready(function(){
$("#maree div").removeAttr("style")
$('#maree div').addClass('bord');

});
jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox()
}) 
