Аксессуары > Карты памяти
Все
Аксессуары > Наушники и колонки
Все
Товар не найден!
Товар не найден!
');
$('#imageToCart img').css({
'position': 'absolute',
'display': 'inline-block',
'z-index': '1999',
'left': imagePosition.left + 'px',
'top': imagePosition.top + 'px',
'width': $(image_el).width() + 'px',
'height': $(image_el).height() + 'px'
});
$('#imageToCart img').animate({
top: '0px',
left: cartPosition.left + 'px',
opacity: opacity,
width: $(image_el).width() / 3,
height: $(image_el).height() / 3
}, speed, function() {
$('#imageToCart').remove();
});
}
}
}
}
});
};
$(document).ready(function(e) {
if (typeof doFilter != 'function') {
setTimeout ('setAnimToCart()', 500);
}
});
-->