// JavaScript Document

// bigPicture implementation
// NOT COMPATIBLE WITH IE8.  Too bad; cosmetically-speaking, this one rocked.
/*
$(document).ready(function() {
	$('#photogrid').bigPicture({
		'enableInfo': true,
		'infoPosition': 'bottom',
		'prevLabel': 'Prev',
		'nextLabel': 'Next'
	});
});
*/


// CeeBox implementation -- this one works, so we'll stick with it
$(document).ready(function($) {
  $('#thumbnails').ceebox({
		image: true,
		htmlGallery: true,
		imageGallery: true,
		fadeOut: 50,
		fadeIn: 50,
		animSpeed: "fast"
	})
});

$(document).ready(function($) {
  $('#wallpapersGallery0').ceebox({
		image: true,
		htmlGallery: true,
		imageGallery: true,
		fadeOut: 50,
		fadeIn: 50,
		animSpeed: "fast"
	})
});

$(document).ready(function($) {
  $('#wallpapersGallery1').ceebox({
		image: true,
		htmlGallery: true,
		imageGallery: true,
		fadeOut: 50,
		fadeIn: 50,
		animSpeed: "fast"
	})
});

$(document).ready(function($) {
  $('#wallpapersGallery2').ceebox({
		image: true,
		htmlGallery: true,
		imageGallery: true,
		fadeOut: 50,
		fadeIn: 50,
		animSpeed: "fast"
	})
});

$(document).ready(function($) {
  $('#wallpapersGallery3').ceebox({
		image: true,
		htmlGallery: true,
		imageGallery: true,
		fadeOut: 50,
		fadeIn: 50,
		animSpeed: "fast"
	})
});

$(document).ready(function($) {
  $('#wallpapersGallery4').ceebox({
		image: true,
		htmlGallery: true,
		imageGallery: true,
		fadeOut: 50,
		fadeIn: 50,
		animSpeed: "fast"
	})
});

$(document).ready(function($) {
  $('#wallpapersGallery5').ceebox({
		image: true,
		htmlGallery: true,
		imageGallery: true,
		fadeOut: 50,
		fadeIn: 50,
		animSpeed: "fast"
	})
});

$(document).ready(function($) {
  $('#wallpapersGallery6').ceebox({
		image: true,
		htmlGallery: true,
		imageGallery: true,
		fadeOut: 50,
		fadeIn: 50,
		animSpeed: "fast"
	})
});

$(document).ready(function($) {
  $('#prizescontainer').ceebox({
		image: true,
		htmlGallery: true,
		imageGallery: true,
		fadeOut: 50,
		fadeIn: 50,
		animSpeed: "fast"
	})
});

$(document).ready(function($) {
  $('#newestimagesbody-images').ceebox({
		image: true,
		htmlGallery: true,
		imageGallery: true,
		fadeOut: 50,
		fadeIn: 50,
		animSpeed: "fast",
		titles: true
	})
});
