/*== content ==*/
#content{
  float:left;
  width: 180px;
  height: 437px;
  margin-top: 115px;
  line-height: 20px;
  position: relative;
}

#content h2{
  font-size: 12px;
  font-weight: normal;
}

#content a{
  color: #888;
}

#nav{
  position: absolute;
  bottom: 7px;
  left: 0px;
  width: 100%;
}

#nav .more{
  float:left;
  width: 55px;
  height: 20px;
  display:block;
  background: url(../images/more.jpg) no-repeat;
  padding-top: 40px;
  text-decoration:none;
  margin-right: 7px;
}

#nav .more:hover{
  background: url(../images/more-over.jpg) no-repeat;
  color:#00b9f1;
}

#nav .prev{
  float:left;
  width: 55px;
  height: 20px;
  display: block;
  background: url(../images/prev.jpg) no-repeat;
  padding-top: 40px;
  text-decoration:none;
  margin-right: 7px;
  text-align:center;
  background-position: 12px 0px;
}

#nav .prev:hover{
  background: url(../images/prev-over.jpg) no-repeat;
  color:#00b9f1;
  background-position: 12px 0px;
}

#nav .next{
  float:left;
  width: 55px;
  height: 20px;
  display: block;
  background: url(../images/next.jpg) no-repeat;
  padding-top: 40px;
  text-decoration:none;
  text-align:center;
  background-position: 12px 0px;
}

#nav .next:hover{
  background: url(../images/next-over.jpg) no-repeat;
  color:#00b9f1;
  background-position: 12px 0px;
}

#content img{
  border: none;
}

#error{
  position: absolute;
  top: 20px;
  color: red;
  font-size: 14px;
}
