$(document).ready(function () {

	 
$('#banner').cycle({
 slideExpr: '.slide',
 pager: 'div.control div.pagination',
 pauseOnPagerHover: 1

		
	});

$('#slide1').cycle({
 slideExpr: '.sweet-botcont'

		
	});

});


		


		






