var $imgprv = jQuery.noConflict();
$imgprv(document).ready(function() {
	$imgprv('.pic a').imgPreview({
    containerID: 'imgPreviewWithStyles',
    srcAttr: 'rel',
    imgCSS: {
        
    }, 
    onHide: function(link){
        $imgprv('span', this).remove();
    }
	});
	$imgprv('ul#photoslide').innerfade({
		speed: 2000,
		timeout: 7000,
		type: 'random_start',
		containerheight: '285px'
	});
});
