// JavaScript Document
$(document).ready(function() {
						   
						   
	$("#footer li:eq(3) a").css("background-image","none");
	

	$("tr:odd").addClass("odd");
		
	//$("#table table").dropShadow({right: -5, top: 5, opacity:0.3, blur:3});

	$('#tab a').click(function() {
	  $('#table .content').slideToggle('slow');
	});


	$("#product-list li:eq(3)").css("margin-right", "0");

	/* global prettyphoto*/
	$("a[rel^='popup']").prettyPhoto();


});
