#propic{
  position: relative;
  margin:   0px;
  height:   256px;
  width:    600px;
  overflow: hidden;
/*   background-image: url();  */
/*   background-position: ; */
/*   background-repeat: no-redpeat; */
}

.pics{
    height:  256px;
    width:   600px;
    padding: 0px;
    margin:  0px; 
} 
 
.pics img{
    border:  0px solid #ccc;
    padding: 0px;
    width:  600px;
    height: 256px;
    top:  0;
    left: 0;
    background-color: #fff;
}
