#testimonialWidget {
    width: 48px;
    height: 147px;
    background-image: url("../images/testimonials.png");
    position: absolute;
    left: -10px;
    top: 150px;
}


#testimonialWidget:hover{
   left: 0px;
   cursor: pointer;
}