		$(function() {
			$('#slideshow').cycle({
				fx:     'fade',
				speed:  'slow',
				timeout: 5000,
				pager:  '#nav',
				slideExpr: 'a',
				after:     function() {
					$('#caption').html(this.title);
				}
			});
			
			$('.scroll_pane').jScrollPane(
			{
				horizontalGutter: 10,
				verticalGutter: 10
			});
		});

