$(document).ready(function () {
	$("#content a").lightBox();
	$('#mycarousel').jcarousel();
	$('#mycarousel2').jcarousel();

	$('#mycarousel3').jcarousel();
	
	$("div.tooltip").tooltip({
		position: ['bottom', 'right'],
		offset:[10, -100]
	});
	
	$("div.services").tooltip({
		position: ['bottom', 'center'],
		offset:[10, -135]
	});
	$("div.should").tooltip({
		position: ['bottom', 'center'],
		offset:[10, 0]
	});
	$("div.what").tooltip({
		position: ['bottom', 'center'],
		offset:[10, 0]
	});
});

