.imgMain
{
height: 150px;
width: 150px;
}
#his3container
{
height: 567px; /*width: 100%;*/
overflow: hidden;
position: relative; /*border: 1px solid black;*/
}
#display_area
{
/* float: left;*/
display: inline;
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 0.1s;
-webkit-transition-timing-function: ease-out;
padding: 0px; /*            margin: 0px;*/
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
width: 100%; /*apply a transfor to kick in the hardware acceleration.  Without this, the first time we add the transform you get odd rendering of the divs (half missing) */
-webkit-transform: translate3d(0px,0px,0px);
}
#imgs img
{
padding: 0px;
margin: 0px; /*width: 896px;             height: 567px;*/ /*apply a transfor to kick in the hardware acceleration.  Without this, the first time we add the transform you get odd rendering of the divs (half missing) */
-webkit-transform: translate3d(0px,0px,0px);
}
