<style type="text/css">

#primary table {
  margin: 5px 5px 5px -5px;
}

#viewer {
    margin: 0 0 5px 0;
    width: 800px;
    height: 220px;
    text-align: left;
    overflow: hidden;
    position: relative;

}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}
</style>