button
{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: absolute;
  background-color: transparent;
  border-width: 0;
  outline: none;
}

img, div {
  position: absolute;
  height: auto;
  border: none;
  outline: none;
}

body {
  margin: 30px;
}

img.tlo
{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
}

.slide {
  left:0px;
  top:0px;
  width:1024px;
  height:768px;
  display: none;
}

.container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

p {
  color: #000000;
  font-family: Arial;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s;
  margin: 0;
  font-weight: normal;
}