
#content_right_large #description {
  width: 460px;
  height: 440px;
  float: left;
  background: url('../_img/loading.gif') 50% 60% no-repeat;
}

#description_title {
  width: 460px;
  height: 50px;
  float: left;
  color: #000;
  font-size: 24pt;
  margin-top: 30px;
  margin-bottom: 5px;
}

#screenshot {
  display: block;
  width: 460px;
  height: 350px;
  float: left;
  margin-bottom: 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#text {
  width: 460px;
  height: 45px;
  float: left;
  color: #888;
  text-align: center;
}

#screenshots {
  width: 200px;
  height: 470px;
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
  float: right;
}

#screenshots li {
  display: block;
  float: left;
  width: 80px;
  height: 60px;
  margin-left: 12px;
  margin-bottom: 5px;
  background: #fff url('../_img/loading.gif') 50% 50% no-repeat;
}

#screenshots li a {
  display: block;
  width: 80px;
  height: 60px;
  border: 1px solid #ccc;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#screenshots li a:hover {
  border: 1px solid #3d7fb3;
}
