/* 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;
  margin: 15px 25px 5px 0;
  background: #efefef;
  cursor: pointer;
}
.demonstrations .demo a {
  float: left;
  width: 310px;
  padding: 5px;
  background: #efefef;
  text-decoration: none;
}
.demonstrations div img {
  float: left;
  width: 300px;
  height: 250px;
}
.demonstrations .rightmost { margin-right: 0; }

#sectioncontent  img{

	width:100px;
	margin:auto;
}

.demonstrations2 { float: left; clear: both; width: 100%; margin-bottom: 17px; }
.demonstrations2 .demo {
  float: left;
  width: 1000px;
  border: 1px solid #e0e0e0;
  border-right-color: #dcdcdc;
  border-bottom-color: #dcdcdc;
  margin: 15px 25px 5px 0;
  background: #efefef;
  cursor: pointer;
}
.demonstrations2 .demo a {
  float: left;
  width: 260px;
  padding: 5px;
  background: #efefef;
  text-decoration: none;
}

.demonstrations2 div img {
  float: left;
  width: 250px;
  height: 200px;
}
.demonstrations2 .rightmost { margin-right: 10; }

#sectioncontent2  img{

	width:200px;
	margin:auto;
}