$(document).ready(function () {
$('#gallery').cycle({
		slideExpr: '.slide',
		pauseOnPagerHover: 1,
		pager:  '#pagination'
});
});


  


