jQuery(document).ready(function() {

	jQuery('#control-1').addClass('first-child');
	jQuery('#control-5').addClass('last-child');

/*
	jQuery("#controls li.activeControl:first-child").addClass('first-child');
	jQuery("#controls li.activeControl:last-child").addClass('last-child');
*/
});


