jQuery.noConflict();
jQuery(document).ready(function ($) {
    $('body').addClass("js");
    //einzelansicht exkludieren
		
			
			$galcycle = $('#slideshow');
			//Überishct gallery
			$galcycle.cycle({ 
				fx:    'scrollHorz', 
	    	speed: 'slow',
	    	timeout: 10000,
	    	startingSlide: 0,
		    next:   '#gal_next',
		    prev:   '#gal_prev',
		    nowrap: false,
		    after: function(currSlideElement, nextSlideElement, options, forwardFlag) {
		    	$('#gal_count').text(options.currSlide + 1);
		    }
		  	    
			});
			//hover auf "submenu"
			//$('li.kreation, li.internet, li.multimedia').mouseenter(function(){$galcycle.cycle('prev')});
			//$('li.public, li.cross, li.vertrieb').mouseenter(function(){$galcycle.cycle('next')});
			$pakete = $('.paketbox a');
			$('li.kreation').hover(function(){$galcycle.cycle('prev');$pakete.eq(0).addClass('hover');},function(){$('a.hover').removeClass('hover')});
			$('li.internet').hover(function(){$galcycle.cycle('prev');$pakete.eq(1).addClass('hover');},function(){$('a.hover').removeClass('hover')});
			$('li.multimedia').hover(function(){$galcycle.cycle('prev');$pakete.eq(2).addClass('hover');},function(){$('a.hover').removeClass('hover')});
			
			$('li.public').hover(function(){$galcycle.cycle('next');$pakete.eq(3).addClass('hover');},function(){$('a.hover').removeClass('hover')});
			$('li.cross').hover(function(){$galcycle.cycle('next');$pakete.eq(4).addClass('hover');},function(){$('a.hover').removeClass('hover')});
			$('li.vertrieb').hover(function(){$galcycle.cycle('next');$pakete.eq(5).addClass('hover');},function(){$('a.hover').removeClass('hover')});
			
		
		
			/*$('a#link_zu_5').click(function(){
				$('ul#c5').show();
				return false;
				alert("click");
			});*/
			$('a#link_zu_5').toggle(function(){
				$('ul#c5').show();
				return false;
			},function(){
				$('ul#c5').hide();
				return false;
			});

});
///////////////////////////////////////////////////////////////////////////

var addthis_config =
{
   // ... members go here
   services_exclude: "facebook,twitter",
   ui_click: true,
   ui_language: "de",
   ui_offset_top:-25,
   ui_hover_direction:1,
   ui_header_color:"#fff",
   ui_header_background:"#000",
   //ui_cobrand:"einfach besser!"
}
