.style11 {
	border-width: 0;
}
/* Demoflow
   -------------------------------- */

div.demoflow-button-left {

  position: relative;
	top: 177px;
	left: 108px;
	z-index: 999;
	background: no-repeat left top;
	width: 52px;
	height: 45px;
	cursor: pointer;
	cursor: hand;
}

div.demoflow-button-right {
  position: relative;
	top: 132px;
	left: 800px;
	z-index: 999;
	background: no-repeat right top;
	width: 52px;
	height: 45px;
	cursor: pointer;
	cursor: hand;
}

.demoflow {
  position: absolute; 
  top: 112px; 
  width: 940px;
	padding: 40px 0 0 0;
	margin: 0px auto;
  text-align: center;
  height: 284px;
}


.demoflow div, .demoflow div:hover {
	float: left;
	height: 100px;
	width: 75px;
	cursor: pointer; 
	cursor: hand;
	z-index: 500;
}
/*per far rimanere l'immagine della dimensione del div mentre scor*/
.demoflow div img {
	height: 100%;
	width: 100%;
}





