.Gcontent {
    position:relative;
    float:right;
}
.Navigation{
  width: 150px;
  margin-left: 145px;
  text-align: center;
  line-height: 18px;
}
.slideshow {
    height:310px;
    width: 440px;
}

.slideshow div {
    position:absolute;
    top:0;
    left:0;
    display:none;
    height: 310px;
    width: 440px;
    text-align: center;
}

.slideshow div.active {
    display: block;
    opacity:1.0;
}

.slideshow div.last-active {
    z-index:9;
}

.slideshow div IMG {
    height: 280px;
    border: 0;
}
