/* 
    Created on : 14-Jan-2016, 12:05:40
    Author     : Les Hickens
*/


.bullet li {
    font: 14px Verdana;
}
.pic { 
  height: 160px;
  width: 230px;
  overflow:hidden;
  float:left;
  margin: 5px;
  -webkit-box-shadow: 5px 5px 5px #ccc;
          box-shadow: 5px 5px 5px #ccc;
          
          -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.grow img {
  height: 160px;
  width: 230px;
  margin:0;
  
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 276px;
  height: 192px;
  margin-top: -32px;
  margin-left: -8px;
}