/* RESET */


.demonstrations { float: left; clear: both; width: 100%; margin-bottom: 17px; }
.demonstrations .demo {
  float: left;
  width: auto;
  border: 1px solid #e0e0e0;
  border-right-color: #dcdcdc;
  border-bottom-color: #dcdcdc;
  height: 110px;
  margin: 0 5px 5px 0;
  background: #efefef;
  cursor: pointer;
}
.demonstrations .demo a {
  float: left;
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #efefef;
}
.demonstrations div img {
  float: left;
  width: 100px;
  height: 100px;
}
.demonstrations .rightmost { margin-right: 0; }

#sectioncontent  img{

	width:100px;
	margin:auto;
}
