$(document).ready(function() {
	$("ul.sf-menu").superfish({autoArrows:false}); 
	$('.flickr_set a').lightBox({
		overlayBgColor: 		'#718CC0',		// (string) Background color to overlay; inform a hexadecimal value like: #RRGGBB. Where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color.
		imageLoading:			'/images/lightbox/loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'/images/lightbox/prevlabel.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'/images/lightbox/nextlabel.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'/images/lightbox/closelabel.gif',		// (string) Path and the name of the close btn
		imageBlank:				'/images/lightbox/blank.gif'			// (string) Path and the name of a blank image (one pixel)
	});
});