/* =====================================================================
*
*    Make-up
*
* =================================================================== */

$(document).ready(function() {
	if (_ua.os.name != "iPad" && _ua.os.name != "iPhone" && _ua.os.name != "iPod touch") {
		$("#main .itemList img.thumb").lazyload({ placeholder : "/common/images/blank.gif", effect : "fadeIn", backgroundImage : "/common/images/loading_lt.gif" });
		$("#main .gridList img.thumb").lazyload({ placeholder : "/common/images/blank.gif", backgroundImage : "/common/images/loading_lt.gif" });
	}
});

