jQuery.noConflict();
/*
jQuery(document).ready(function(){
	jQuery('.thickbox').hover(function() {
	var h = jQuery(this).find('img').attr('src').replace(/\.jpg$/i, '-hover.jpg');
		jQuery(this).find('img').attr('src', h);
	}, function() {
		h = jQuery(this).find('img').attr('src').replace(/\-hover.jpg$/i, '.jpg');	
		jQuery(this).find('img').attr('src', h);
	});	
});
*/

jQuery(document).ready(function(){
	jQuery('.1a').hover(function() {
		jQuery('#sculpture-1-a-hv').toggle();
	}, function() {
		jQuery('#sculpture-1-a-hv').toggle();
	});	

	jQuery('.1b').hover(function() {
		jQuery('#sculpture-1-b-hv').toggle();
	}, function() {
		jQuery('#sculpture-1-b-hv').toggle();
	});	

	jQuery('.1c').hover(function() {
		jQuery('#sculpture-1-c-hv').toggle();
	}, function() {
		jQuery('#sculpture-1-c-hv').toggle();
	});	
	

	jQuery('.2a').hover(function() {
		jQuery('#sculpture-2-a-hv').toggle();
	}, function() {
		jQuery('#sculpture-2-a-hv').toggle();
	});	

	jQuery('.2b').hover(function() {
		jQuery('#sculpture-2-b-hv').toggle();
	}, function() {
		jQuery('#sculpture-2-b-hv').toggle();
	});	

	jQuery('.2c').hover(function() {
		jQuery('#sculpture-2-c-hv').toggle();
	}, function() {
		jQuery('#sculpture-2-c-hv').toggle();
	});	

	jQuery('.2d').hover(function() {
		jQuery('#sculpture-2-d-hv').toggle();
	}, function() {
		jQuery('#sculpture-2-d-hv').toggle();
	});	

	jQuery('.2e').hover(function() {
		jQuery('#sculpture-2-e-hv').toggle();
	}, function() {
		jQuery('#sculpture-2-e-hv').toggle();
	});	
		

	jQuery('.3a').hover(function() {
		jQuery('#sculpture-3-a-hv').toggle();
	}, function() {
		jQuery('#sculpture-3-a-hv').toggle();
	});	

	jQuery('.3b').hover(function() {
		jQuery('#sculpture-3-b-hv').toggle();
	}, function() {
		jQuery('#sculpture-3-b-hv').toggle();
	});	

	jQuery('.3c').hover(function() {
		jQuery('#sculpture-3-c-hv').toggle();
	}, function() {
		jQuery('#sculpture-3-c-hv').toggle();
	});	

	jQuery('.3d').hover(function() {
		jQuery('#sculpture-3-d-hv').toggle();
	}, function() {
		jQuery('#sculpture-3-d-hv').toggle();
	});	
	
	
});
