body{
    background-image:url('http:');
}
#cartWrapper{
    position:fixed;
    _position:absolute;
    bottom:0px;
    _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
    left:32px;
    margin:0px;
    padding:0px;
    height:43px; 
    width:387px;
    overflow:show;
}


.fullcart{
    position:absolute;
    margin:0px;
    padding:0px;
    top:0px;
    left:0px;
    height: 100%;
    width: 100%;
    overflow:show;
}
#cartBackground{
    background:url('cartback.png') no-repeat top left;
}
#cartFront{
    background:url('cartfront.png') no-repeat top left;
}



.flyingWrapper{
    position:fixed;
    _position:absolute;
    bottom:0px;
    _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
    margin:0px;
    padding:0px;
    overflow:hidden;
    background:#ff0000;
}
.flyingInnerDiv{
    position:relative;
    left:-3px;
    margin:0px;
    padding:0px;
    overflow:hidden;    
}
