$(document).ready(function(){
    if ($('#boxart_img').height() > 170){
        $('#boxart_img').css("height",170);
    }
});
