jQuery(document).ready(function() {
    
	if($(".sympal_slot_bar").size() == 0){
	
		$('.slideshow a').click(function(){
			return false;
		});
		if($(".slideshow_content_all p").size() > 0){
			images = $(".slideshow_content_all p").html();
			$(".slideshow_content_all").html(images);
		}
		var partnerSlideshow = new horizontalSlideshow(".slideshow_content_all","img",".prev_arrow",".next_arrow", 136.5);
	}
});

