$(document).ready(function() {
	/* from http://flowplayer.org/tools/tooltip/index.html */
	$('#swatches img').tooltip({ position: "top center", offset: [70,0], opacity: 0.8 });

});
