$(document).ready(function(){
	
	// Registered Classes Slider
	$('.registered-classes-container').cycle({
		pause: true,
		timeout: 0,
		speed: 500,
		fx: 'fade',
		cleartype: true,
		prev: '.prevClass',
		next: '.nextClass'
	});
	
	// Dynamically add a class to the last element
	$("div.footer-nav ul li:last-child").addClass("last");
	
	if( $.browser.opera ){
	  $("div#nav").addClass("opera");
	}
	
	$(".top-teacher-image img").load(function() {
	    $(this).wrap(function(){
	      return '<span class="' + $(this).attr('class') + '" style="background:url(' + $(this).attr('src') + ') no-repeat center center; width: ' + $(this).width() + 'px; height: ' + $(this).height() + 'px;" />';
	    });
	    $(this).css("opacity","0");
	  });
	

	
});
