	
.demoflow {
	position: relative; 
  width: 925px; 
  height: 255px; 
  background: url(../img/CarouselBackground.jpg) no-repeat;
  overflow: hidden;
}
.demoflow div { 
  float: left; 
  cursor: pointer; 
  cursor: hand; 
  margin: 0 1px;
}
.demoflow div img { 
  height: 100%; 
  width: 100%; 
  border: 1px solid #88888a;
}
.demoflow div canvas { 
  height: 25% !important; 
  width: 100% !important; 
}
/*
*html .demoflow div img { 
  height: 20%;
}
*/
*html .demoflow div img.reflected { 
  height: 62%;
}


img.reflectedImage{
  border-top: 0;
}
.buttonleft {
  background: url(../img/carousel_arrow_left.jpg) no-repeat;
  width: 24px;
  height: 63px;
  float: left;
  margin-top: 40px;
  margin-left: 5px;
}
.buttonright {
  background: url(../img/carousel_arrow_right.jpg) no-repeat;
  width: 24px;
  height: 63px;
  float: right;
  margin-top: 40px;
  margin-right: 5px;
}
