div#artistName{
  font-size: 10pt;
  font-weight: normal;
  margin: 30px auto;
  text-align: center;
}

div#mainContentsContainer{
  text-align: center;
}

div#pictures{
  width: 100%;
}

div#pictures img{
  height: auto;
}

div#pictures img.landscape{
  width: 100%;
}

div#pictures img.portrait{
  width: 60%;
}

pre#description{
  font-size: 8pt;
  font-weight: normal;
  width: 100%;
  margin: 0px auto 60px auto;
  text-align: left;
  line-height: 1.5em;
}

#genre{
  cursor: pointer;
}

#leftArrow, #rightArrow, #index{
  position: fixed;
  cursor: pointer;
  display: none;
}

#leftArrow, #rightArrow{
  width: 38px;
  height: 58px;  
}

#index{
  width: 45px;
  height: 45px;
}    

#leftArrow{
  background: url("../resources/leftArrow.png");
}

#rightArrow{
  background: url("../resources/rightArrow.png");
}

#index{
  background: url("../resources/index.png");  
}
