/*
   writer:jeali
   http://www.jeali.com
------------------------------------------------*/
/* banner
------------------------------------------------*/
#banner
{
  height: 480px;
  background: url(../image/banner_krin.jpg) center 0px;
}
#banner #adv
{
  height: inherit;
  width: inherit;
  text-align: left;
  padding: 80px 50px;
}
/* bodyer
------------------------------------------------*/
#bodyer
{
  background: #fafafa;
}
#bodyer .content
{
  padding: 20px 0px;
  min-height: 500px;
}
#bodyer #title
{
  text-align: center;
  color: #333333;
}
#bodyer #statbar
{
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  padding: 20px;
  text-align: center;
  color: #959595;
}
#picture
{
  text-align: center;
  padding: 35px 0;
  border: 1px solid #e3e3e3;
  border-top: 0px;
}
#picture img
{
  max-width: 920px;
}
.prev
{
  float: left;
  background: #e3e3e3;
  color: #ffffff;
  font-size: 20px;
  display: block;
  padding: 20px 10px;
  z-index: 100;
  top: 50%;
  position: relative;
  display: none;
}
.next
{
  float:right;
  background: #e3e3e3;  
  color: #ffffff;
  font-size: 20px;
  display: block;
  padding: 20px 10px;  
  z-index: 100;
  top: 50%;
  position: relative;
  display: none;  
}
/* end
------------------------------------------------*/