#right-arrow, #left-arrow {
  border-style:solid;
  border-width:10px;
  width:0;
  height:0;
}
#right-arrow {
  border-color: transparent transparent transparent white;
}
#left-arrow {
  border-color: transparent white transparent transparent;
}
#back{
  position: absolute;
  top:5px;
  left:5%;
  color:#333333;
  font-style:italic;
}
#flags{
  width:18px;
  position: absolute;
  top:5px;
  right:5%;
}
#footer{
  font-style:italic;
  width:70%;
  margin: 0 auto;
  text-align:right;
  color:#333333;
}
a {
  color: #111111;
}
#magazine{
  width:80%;
  margin: 0 auto;
  top: 20px;
}
#magazine .turn-page{
  width:80%;
  background-color:#ffffff;
}
img {
  width:100%;
}
#next, #previous{
  position:absolute;
  background-color:#444444;
}

#next:hover, #previous:hover {
  background-color:#666666;
}

#next{
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  right:8%;
  top:20px;
}

#previous{
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
  border-radius:  10px 0px 0px 10px;
  left:8%;
  top:20px;
}

