.staff_icon_list
  {
  margin:3px;
  height:190px;
  width:150px;
  float:left;
  text-align:center;
  }
.staff_icon_list div.thumbnail {
  overflow:hidden;
  width:145px;
  height:145px;
}
.staff_icon_list img
  {
    display:inline;
    width:150px;
    border-radius:50%;
    border-width:5px;
    border-style:solid;
    border-color:#12ACEE;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .5); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .5); /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 4px rgba(0, 0, 0, .5); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  }
.staff_icon_list .name
  {
  text-align:center;
  font-weight:bold;
  margin:4px;
  }
