#cf {
  position:relative;
  height:176px;
  width:301px;
  margin:0 auto;
  
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  cursor: pointer;
  width:100%;
  margin-right:00px;
}

#cf img.top:hover {
  opacity:0;
  cursor: hand;
  width:100%;
}

.shadow {
    -webkit-box-shadow: 5px 5px 5px #aaa;
    -moz-box-shadow: 5px 5px 5px #aaa;
    box-shadow: 5px 5px 5px #aaa;
    margin-bottom: 10px;
}

.box-cont{
float:left; 
position: relative; 
margin-right:2px;
}

.clearfix{
	clear:both;
}