/* RESET */



.demonstrations { float: left; clear: both; border:1px solid #CCC; width: 100%; margin-bottom: 18px; }
.demonstrations a {
  display:inline-block;
  width: 260px;
  height: 120px;
  text-align:center;
  margin: 0 10px 10px 0;
  margin-top:10px;
  margin-left:6px;
  cursor: pointer;
  
}
.demonstrations a img { float: left; width:260px; height:120px; margin-left:7px; border:2px solid #333; }
.demonstrations .rightmost { margin-right: 0; }



