#wrapper {
   background: none;
}

.content {
	width: 727px;
}

/* Background switcher */
.arrow {
  cursor: pointer;
  position: fixed;
  top: 50%;
  margin-top: -35px;
  width: 0;
  height: 0;
  border-style: solid;
}
.arrow:hover {
  opacity: 0.7;
}
#arrow-left {
  border-width: 20px 30px 20px 0;
  border-color: transparent #fff transparent transparent;
  left: 0;
  margin-left: 20px;
}
#arrow-right {
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #fff;
  right: 0;
  margin-right: 20px;
}
/*
#arrow-left:hover {
  border-color: transparent #e39147 transparent transparent;
}
#arrow-right:hover {
  border-color: transparent transparent transparent #e39147;
}
*/