$(function() {
	$('#glazed-gallery a').lightBox();
	$('#refine-gallery a').lightBox();
	$('#axcess-gallery a').lightBox();
	$('#axiom-gallery a').lightBox();
	$('#doors-gallery a').lightBox();
});

$(document).ready(function(){
$("#glazed-gallery a img").fadeTo("slow", 0.6); 
$("#refine-gallery a img").fadeTo("slow", 0.6); 
$("#axcess-gallery a img").fadeTo("slow", 0.6); 
$("#axiom-gallery a img").fadeTo("slow", 0.6); 
$("#doors-gallery a img").fadeTo("slow", 0.6); 
$("#glazed-gallery a img").hover(function(){
$(this).fadeTo("slow", 1.0); 
},function(){
$(this).fadeTo("slow", 0.6); 
});
$("#refine-gallery a img").hover(function(){
$(this).fadeTo("slow", 1.0); 
},function(){
$(this).fadeTo("slow", 0.6); 
});
$("#axcess-gallery a img").hover(function(){
$(this).fadeTo("slow", 1.0); 
},function(){
$(this).fadeTo("slow", 0.6); 
});
$("#axiom-gallery a img").hover(function(){
$(this).fadeTo("slow", 1.0); 
},function(){
$(this).fadeTo("slow", 0.6); 
});
$("#doors-gallery a img").hover(function(){
$(this).fadeTo("slow", 1.0); 
},function(){
$(this).fadeTo("slow", 0.6); 
});
});	