$(document).ready(function(){
    $("#gallerylist a[rel^='lightboxGallery']").lightboxGallery({theme: 'light_rounded'});
    $("#stillgallerylist a[rel^='lightboxGallery']").lightboxGallery({theme: 'light_rounded'});
	$("#videolist a[rel^='lightboxGallery']").lightboxGallery({theme: 'light_rounded'});
	$(".button_watch a[rel^='lightboxGallery']").lightboxGallery({theme: 'light_rounded'});
	$(".thumbvideo a[rel^='lightboxGallery']").lightboxGallery({theme: 'light_rounded'});
	$(".bannerwrapper a[rel^='lightboxGallery']").lightboxGallery({theme: 'light_rounded'});
});
