$(function() {
	$("#lateral-news").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 1,
		auto:500,
		speed:3000
	});
	
	$("a[rel='example1']").colorbox();

	$('#imgcitaic').mouseover(function() { $(this).attr('src', '/static/elements/imgs/Black_Calendar.png'); });
	$('#imgcitaic').mouseout(function() { $(this).attr('src', '/static/elements/imgs/calendar_s1.gif'); });

	$('#imgmobileic').mouseover(function() { $(this).attr('src', '/static/elements/imgs/Black_Mobile.png'); });
	$('#imgmobileic').mouseout(function() { $(this).attr('src', '/static/elements/imgs/mobile_s1.gif'); });
	    
	$('#imgemailic').mouseover(function() { $(this).attr('src', '/static/elements/imgs/Black_Email.png'); });
	$('#imgemailic').mouseout(function() { $(this).attr('src', '/static/elements/imgs/email_s1.gif'); });
	
});


$('#cita-icon').tipsy({gravity: 's', offset: 25, html: true});
$('#mobile_icon').tipsy({gravity: 's', offset: 25, html: true});
$('#email_icon').tipsy({gravity: 's', offset: 25, html: true});

$('#title-image').corner("top");
$('#content').corner();
$('#lateral-content').corner();

function MM_jumpMenu(targ,selObj,restore) {
	  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	  if (restore) selObj.selectedIndex=0;
}
