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","a",".prev_arrow",".next_arrow", 107);
	}*/
	
	$('.slideshowInst .slideshow_content').cycle({
			fx:'scrollHorz',
			timeout: 4000,
			next:  '#slideshowInst .left-arrow',
			prev:  '#slideshowInst .right-arrow'
	 });
});

