// JavaScript Document
$(document).ready(function() {		
	 $("a[rel=dg_group]").fancybox({
 'titlePosition' : 'over', 'overlayOpacity' : 0.8,'overlayColor' : '#222','padding':2,'hideOnOverlayClick':false,'centerOnScroll':true });
	 $(".main .jCarouselLite").jCarouselLite({
      btnNext: ".main .next", //".slower .next",".widget .next,".nonImageContent .next",".mixedContent .next",vertical .next,".fraction .next",".nonCircular .next",
      btnPrev: ".main .prev", //".slower .prev",".widget .prev",".nonImageContent .prev",".mixedContent .prev",vertical .prev,".fraction .next",".nonCircular .prev",
      speed: 5000,hoverPause:true, auto: 3500, speed: 1000,
      scroll: 3, // number of images to move
      visible: 3, // number of images to show
      vertical: false, // vertical slider:true/false
      circular: true, // ciruclar slider: true/false
      easing: "easeinout" // bounceout,backout
  }); 
});
