$(document).ready(function() {
	 // Tabs
	$('#tabvanilla > ul').tabs(); 					   	
	$(".lightbox").colorbox({slideshow:true, photo:true});
	$(".colorbox").colorbox({iframe:true, width:700, height:700});
	$(".colorboxMap").colorbox({iframe:true, width:750, height:500, scrolling: false});
});
