
$(function() {
	$('#coda-slider-1').codaSlider({
		navigationSelector: '#topNav'
	});
	
	$('#coda-slider-2').codaSlider({
		currentClass: 'current_sub',
		navigationSelector: '#isaNav'
	});

	$("a[rel='example1']").colorbox();
	$(".example7").colorbox({width:"900px", height:"600px", iframe:true});
	$(".example8").colorbox({width:"1027px", height:"800px", iframe:true});
	$(".applycb").colorbox({width:"700px", height:"600px", iframe:true});
});

