var $imgprv = jQuery.noConflict();
$imgprv(document).ready(function() {
	$imgprv('ul#photoslide').innerfade({
		speed: 2000,
		timeout: 7000,
		type: 'random_start',
		containerheight: '435px'
	});
});
