// @home
$(function() {
	$("#slider").easySlider ({
		continuous: true,
		numeric: true
	});
});

// @product
$(function(){
	$('.products .sidebar ul').corner("5px");
	$('.products #content .container .sidebar p a').corner("3px");
	$('#moto #content .container .item p.jump a').corner("3px");
});

/*
$(function() {
	$('#product .item div').flatHeights();
});
*/

// @product_magic
$(function() {
	$('#magic #content .container .item .item-content .box dl dd:nth-child(even)').css({width: '171px'});
	$('#magic #content .container .item #recover .box dl dd:nth-child(even)').css({width: '150px'});
});
