jQuery.noConflict();
jQuery(document).ready(function($){

//Round Corners
$('.info, .service, .sidebar-block').corner("cc:#DBDBFF");
$('#anfahrt, #route-info').corner("cc:#B4B3FF");

//Teaser Slider
$("#portfolioEntry_3 .thumbscontainer").carousel( { dispItems: 1, effect: "fade", autoSlide: true, loop:'true'} ); 

//Footer Slider
$("#footer .thumbscontainer").carousel( { dispItems: 4, effect: "fade", btnsPosition:'inside', loop:'true', nextBtn:'#footer div.gal-next', prevBtn:'#footer div.gal-prev', nextBtnInsert:'prependTo' } ); 

//Anfahrt
$(".route").colorbox({width:"528px", height:"388px", iframe:true});

//Kontakt
$(".kontakt").colorbox({width:"400px", height:"250px", inline:true, href:"#kontakt"});
$(".impressum").colorbox({width:"400px", height:"250px", inline:true, href:"#impressum"});

$("a[rel='artikel'], a[rel='ladenlokal'], a[rel='team'], a[rel='sortiment']").colorbox({current:"Bild {current} von {total}"});

$(".openArtikel").click(function(){
  $(".thumbs img:first").click();
  return false; 
});

$(".openLadenlokal").click(function(){
  $("#ladenlokal-album img:first").click();
  return false; 
});


/*
$(".openArtikel").click(function() {
    $.fn.colorbox({rel:"artikel",open:true});
});
*/
});
