$(document).ready(function(){

	$("ul.tab-sm").tabs("div.tab-container > div", {effect: 'slide'});
	
	$('a.colorbox, a.popup').colorbox({ height: "60%", width: "600px", overlayClose: false });
	$().bind('cbox_complete', function(){ 
    	  reloadSIFRElements();; 
	});
	
});