(function($) {

	if($('#IDX-slideshow') != null) {
		$('#IDX-slideshow').css('width', '400px');	
	}
	$('#browseListings_link').hover(function() {
		$('img#browseListings_arrowImg').attr('src', 'images/bullet4_red.png');
		
	}, function() {
		$('img#browseListings_arrowImg').attr('src', 'images/bullet4.png');
		
	});
	
	$('#IDX-slideshowImage img').attr('title', 'View the details of this listing');
	$('#IDX-slideshowImage').hover(function() {
		$(this).css('border-color', '#AF121E');
	}, function() {
		$(this).css('border-color', '#111');
	});
}) (jQuery);
