jQuery(document).ready(function($) {
	
	// reflections
	$('img.reflect').reflect({height: .3, opacity: 0.5});
	
	$("#tabs > ul").tabs();
	
});