// JavaScript Document

var $j = jQuery.noConflict();

$j(document).ready(function(){
	
	$j('#slideshow').rhinofader({
    effectTime: 1000,
	showControls: true,
	controlsPrevNext: true,
	controlsPlayPause: true,
	showTime: 3000
	});
	
    
});
