#quiver-bar {
    position: relative;
    height: 53px;
    padding-left: 20px;
    padding-right: 20px;
}

#crumbs {
    position: absolute;
    left: 0;
    top: 22px;
    font-size: 14px;
    color: #545454;
}

#crumbs a {
    font-size: 12px;
    color: #545454;
}

#crumbs a:hover {
    text-decoration: underline;
}


#quiver {
    position: absolute;
    left: 572px;
    width: 378px;
    height: 53px;
    background: url(../images/quiver/quiver_sprite_v4.png) 0px 0px;
}

#quiver-link {
   position: absolute;
   top: 5px;
   right: 4px;
   z-index: 2;
   background: url(../images/quiver/quiver_sprite_v4.png) no-repeat 0px -53px;
   width: 140px;
   height: 45px;
   line-height: 70px;
   font-size: 10px;
   text-align: center;
   color: #545454;
}


#quiver-link:hover {
   background: url(../images/quiver/quiver_sprite_v4.png) no-repeat 0px -98px;
}

#empty-quiver-message {
   position: absolute;
   left: 9px;
   top: 18px;
   z-index: 3;
}


img.quiver-image {
   position: absolute;
   top: 6px;
}
