// JavaScript Document

$(function()
	{
		$('.scroll-pane').jScrollPane();
});

$(document).ready(function() {
  $('#slideshow').slideshow({
   timeout: 3000,
   fadetime: 500,
   type: 'sequence'
  });
});

jQuery(function($) {
	$('.iOver a img').rollover();
});
