#gallery {   
    position:relative;   
    height: 290px   ;
    width: 320px;

}

#gallery img { 
  padding: 0px;
  width: 305px;
  height: 265px;
  border: none;
}

blockquote {
  background: #efefef;
  border: 1px dashed #ccc;
  padding: 5px;
}

a img {
 border: none;
}
ul.disc {
list-style-type: disc;
}

