html{

    margin:0;

    padding:0;

    width:100%;

    height:100%;

}

body{

    width:100%;

    height:100%;

    margin:0;
	padding:0;

    overflow:hidden;

    background:#e8e8e8;

}

.scrollBox{


	overflow-x:hidden;
	widows:970px;
	height:380px;
    overflow-y:auto;
	-webkit-overflow-scrolling: touch;


}
.scrollBox img {display:inline-block;max-width:900px!important;margin:0 auto;border: none!important; height: auto!important;}

