#outer{
   float:left;
   position: relative;
   width: 70%;
}
.slideshow{
   z-index: -1;
   position: absolute;  
   width:100%;
   top:0;
   margin:0;
}
.slideshow img{
   width: 100%;
   margin: 0;
   position: absolute;
}
#projectLink{
   z-index: 1;
   position: absolute;  
   top:0;
   left:0;
   cursor: pointer;
}
#text {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    color:#414e6e;
    width:30%;
    float:right;
    text-align: center;
    right:0;
    line-height: 20px;
    background-color: #fdfdf5;
    overflow: auto;
}
#text p{
  width:76%;
  margin: 25px auto;
  text-align: justify;
  line-height: 21px;
}

