/*****************************************************************************************/
/* 6th Timberland Investment World Summit default JS file
/*****************************************************************************************/
$(function(){
	partners();
});

// removes the border from the last partner
function partners(){
	$("#right_col .partners_box").find("img:last").css("border-bottom", "none");
}

// speaker rotations
function speaker_rotate(){
	$("ul#speakerRotate").jcarousel({
		scroll: 1, auto: 5, wrap: "both"
	});
}