//jQuery(document).ready(function() {
/*(function ($) {

  
  	$(".prettyphoto").prettyPhoto({animation_speed:'fast',slideshow:10000, hideflash: true});
	//$("#view-video").colorbox({iframe:true, innerWidth:425, innerHeight:344});

})(jQuery);*/
  
 
  


//$(window).load(function () {
  // $('#mycarousel').jcarousel({
   // wrap: 'circular',
    //auto:5,
    //scroll:1,
    //animation:"slow"
  //});
  //alert("TEST");
//});


(function($) {
	$(document).ready( function() {
		$('#mycarousel').jcarousel({
			wrap: 'circular',
			auto: 5,
			scroll: 1,
			animation: 'slow'
		});
	  	$("#view-video").prettyPhoto({animation_speed:'fast',slideshow:10000, hideflash: true});
	});
})(jQuery);
