// JavaScript Document
$(document).ready(function() {
  $(".pop1").fancybox({'width' : 700,'height' : 265,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop2").fancybox({'width' : 700,'height' : 720,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop3").fancybox({'width' : 700,'height' : 295,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop4").fancybox({'width' : 690,'height' : 635,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop5").fancybox({'width' : 700,'height' : 430,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop6").fancybox({'width' : 700,'height' : 220,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $("a[rel=dg_group]").fancybox({ 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return ''; }
	});

});
$(function() {
$(".newsticker-jcarousellite").jCarouselLite({
vertical: true,
hoverPause:true,
visible: 1,
auto:3000,
speed:1000
});
});
