function carouselPostSetup() {
	// Any stuff that needs calling after the carousel has been isntantiated
	$('.carousel-controls.bottom li').corner('5px bottom') ;
	$('.carousel-controls.top li').corner('5px top') ;
}

