$(document).ready(function() {
	jQuery('#mycarousel').jcarousel({
		visible: 1,
		scroll: 1								
	});
	$.tabs("container-1");
	
	/*Thickbox */
	tb_init('a.thickbox');imgLoader = new Image();imgLoader.src = tb_pathToImage;
});