#news-list
{
  position: relative;
  float: left;
  display: block;
  width: 800px;
  height: 540px;
  margin-left: 210px;
  overflow: auto;
}

#news-list ul
{
  margin: 0;
  padding: 0;
  width: 1000000px;
  list-style: none;
}

#news-list ul li
{
  float: left;
  margin-left: 6px;
}

/*.news-image-box
{
  float: left;
  position: relative;
  height: 550px;
  float: left;
  z-index: 0;
}
*/
.news-text-box
{
  position: relative;
  float: left;
  width: 200px;
  margin-left: 20px;
  margin-right: 20px;
  top: -650px;
  left: 400px;
}


.news-image-box .text 
{
  position: relative;
  display: block;
  width: 376px;
  top: -120px;
  height: 120px;
  padding: 10px 4px 4px 10px;
  background-image: url('../images/home-news-text-bg.png');
}

.news-image-box .text .title
{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.news-image-box .text .summary
{
  margin-top: 6px;
}

.image
{
  position: relative;
  display: block;
  width: 390px;
  height: 530px;
  z-index: 0;
}

#news-list .image
{
  width: 650px;
}

.news-image-box .image .bg
{
  position: relative;
  width: 390px;
  z-index: 2;
}

.news-image-box .image .top
{
  position: relative;
  top: -530px;
  z-index: 1;
}

.news-image-box .image a
{
  position: relative;
}