// JavaScript Document

$(document).ready(function(){

/* fade slideshow for top images */					
$('ul#slides').innerfade({
	speed: 1000,
	timeout: 5000,
	type: 'sequence',
	containerheight: '260px'
});



});
