$(document).ready(function(){
// Copyright (c) 2007 42 Answers Creative Internet Studio. All rights reserved.
// No reproduction or republication without exclusive written permission from owner.
// http://42answers.com/

  //  opens [rel=external] links in new window
  $("a[rel=external]").each(function(i){
    this.target="_blank";
  });

  $("a.thickbox").colorbox();
  $(".gallery-icon a").colorbox();

/*
  jQuery('#mycarousel-4').jcarousel({
      // Configuration goes here
  });


  $("a[rel=showGal]").click(function(i){
    $galleryId = $(this).attr('href').replace("?gal=","");
//    alert($galleryId);
    $("div#gallery div.galContainer").css({
      'display': 'none'
    });

    $("div#gallery div#containerCategory-"+$galleryId).css({
      'display': 'block'
    });


    return false;
  });
*/

});
