jQuery.noConflict();
jQuery(document).ready(function($){
		$('#imagefader').crossSlide({
			sleep: 2,
			fade: 1
			}, [
				{ src: 'themes/rentright/images/banner1.jpg' },
				{ src: 'themes/rentright/images/banner2.jpg' },
				{ src: 'themes/rentright/images/banner3.jpg' }
		]);
		$('#sidebar label').overlabel();
		$('#sidebar label').css('top', '1.5em');
		/* IE 7 has a spaz when laid out like this.. *grumble*
		$('div.imagetour>ul').galleryView({
			panel_height:300,
			panel_width: 713,
			frame_height: 78,
			frame_width: 60,
			transition_interval: 7000,
			nav_theme: 'light',
		});*/
		$('div.imagetour>ul').galleryView({ panel_height:300, panel_width: 713, frame_height: 78, frame_width: 60, transition_interval: 7000, nav_theme: 'light' });

		$('div.imagetour>div.gallery').parent().css('overflow', 'hidden');
		$('div.imagetour>div.gallery').parent().css('background', 'black');
});

