$(function() {
	var $mainimg = $('#mainimg'),
		$caption = $('div.caption'),
		$pause = $('#pause'),
		$resume = $('#resume'),
		$freeze = $('#freeze'),
		$stop = $('#stop'),
		$restart = $('#restart'),
		STOP = 1, RUN = 2, PAUSE = 3;

	$mainimg.crossSlide({
		sleep: 4,
		fade: 1
	}, [
		{ src: 'images/total-beauty-index-03.jpg' },
		{ src: 'images/total-beauty-index-06.jpg' }
	]);
$(mainimg).crossSlideStop();
});

