#content {
  width: 93%;
  overflow: hidden;
  height: 490px;
}

h2{
  font-size: 12pt;
}

#text {
  width: 100% !important;
  overflow: hidden !important;
}

#left-col, #center-col, #right-col {
  height: 100%;
  position: relative;
}

#left-col, #right-col {
  float: left;
  width: 10%;
}

#center-col {
  float: left;
  width: 79%;
  overflow: hidden;
}

div#left-arrow, div#right-arrow {
  width: 35px;
  height: 65px;
  position: absolute;
  top: 200px;
}

div#left-arrow a, div#right-arrow a{
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

div#left-arrow {left: 0px;}
div#right-arrow { right: 0px;}

div #left-arrow a {
  background: url(../../images/design/icons_sprite.png) no-repeat -248px -195px;
}

div #left-arrow a:hover {
  background: url(../../images/design/icons_sprite.png) no-repeat -286px -195px;
}

div #right-arrow a {
  background: url(../../images/design/icons_sprite.png) no-repeat -170px -195px;
}

div #right-arrow a:hover {
  background: url(../../images/design/icons_sprite.png) no-repeat -208px -195px;
}

div.photo{
  text-align: center;
  margin-top: 25px;
}
#position-indicator {
  color: #DB001B;
  font-size: 16pt;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 0px;
}

