View More';
var lightbox_speed = 800;
var lightbox_fadeOut = 300;
var lightbox_title = false;
var lightbox_scalePhotos = true;
var lightbox_scrolling = false;
var lightbox_opacity = 20
0.091;
var lightbox_open = false;
var lightbox_returnFocus = true;
var lightbox_trapFocus = true;
var lightbox_fastIframe = true;
var lightbox_preloading = true;
var lightbox_overlayClose = true;
var lightbox_escKey = false;
var lightbox_arrowKey = false;
var lightbox_loop = true;
var lightbox_closeButton = true;
var lightbox_previous = "previous";
var lightbox_next = "next";
var lightbox_close = "close";
var lightbox_html = false;
var lightbox_photo = false;
var lightbox_width = "800";
var lightbox_height = "600";
var lightbox_innerWidth = 'false';
var lightbox_innerHeight = 'false';
var lightbox_initialWidth = '300';
var lightbox_initialHeight = '100';
var maxwidth=jQuery(window).width();
if(maxwidth > 800 ){ maxwidth= 800 ; }
var lightbox_maxWidth = false
maxwidth;
var lightbox_maxHeight = false
600;
var lightbox_slideshow = false;
var lightbox_slideshowSpeed = 2500;
var lightbox_slideshowAuto = true;
var lightbox_slideshowStart = "start slideshow";
var lightbox_slideshowStop = "stop slideshow";
var lightbox_fixed = true;
5
var lightbox_top = false;
var lightbox_bottom = '10%';
var lightbox_left = false;
var lightbox_right = '10%';
var lightbox_reposition = false;
var lightbox_retinaImage = true;
var lightbox_retinaUrl = false;
var lightbox_retinaSuffix = "@2x.$1";
jQuery(document).ready(function(){
jQuery("#huge_it_videogallery_content a[href$='.jpg'], #huge_it_videogallery_content a[href$='.jpeg'], #huge_it_videogallery_content a[href$='.png'], #huge_it_videogallery_content a[href$='.gif']").addClass('videogroup8');
jQuery(".videogroup8").vcolorbox({rel:'videogroup8'});
jQuery(".vyoutube").vcolorbox({iframe:true, innerWidth:640, innerHeight:390});
jQuery(".vvimeo").vcolorbox({iframe:true, innerWidth:640, innerHeight:390});
jQuery(".iframe").vcolorbox({iframe:true, width:"80%", height:"80%"});
jQuery(".inline").vcolorbox({inline:true, width:"50%"});
jQuery(".callbacks").vcolorbox({
onOpen:function(){ alert('onOpen: vcolorbox is about to open'); },
onLoad:function(){ alert('onLoad: vcolorbox has started to load the targeted content'); },
onComplete:function(){ alert('onComplete: vcolorbox has displayed the loaded content'); },
onCleanup:function(){ alert('onCleanup: vcolorbox has begun the close process'); },
onClosed:function(){ alert('onClosed: vcolorbox has completely closed'); }
});
jQuery('.non-retina').vcolorbox({rel:'group5', transition:'none'})
jQuery('.retina').vcolorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true});
jQuery("#click").click(function(){
jQuery('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
return false;
});
});
