
body {
  margin:0;
  padding:0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background-color:#000000;
}

:focus {
  outline: 0;
}

#topArticles {
  width: 570px;
  margin: 0;
  overflow: hidden;
  border: 2px solid #000;
}

#showcase {
  width: 570px;
  height: 321px;
  overflow: hidden;
  background: #000;
}

#showcase-loader img {
  width:32px;
  height:32px;
  margin: 110px 270px;
}

#showcase .bigimage, #showcase-loader {
  position: absolute;
  width: 570px;
  height: 321px;
  overflow: hidden;
}

#showcase .bigimage img {
  width: 570px;
  height: 321px;
  border: 0;
}

#showcase .text {
  width: 570px;
  position: absolute;
  left: 0;
  bottom: 87px;
  overflow: hidden;
}

#showcase .text h2 {
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin: 20px 20px 0 20px;
}

#showcase .text p {
  color: #FFF;
  font-size: 11px;
  line-height: 17px;
  margin: 10px 20px 20px 20px;
}

#showcase .text a {
  color: #FFF;
  text-decoration:none;
}

#showcase .text a:hover {
  text-decoration:underline;
}

#showcase-nav {
  width: 570px;
  height:82px;
  overflow: hidden;
  position:absolute;
  margin: -87px 0 0 0;
}

#showcase-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 10px;
}

#showcase-nav li {
  float: left;
  margin: 0;
  padding: 0;
}

#showcase-nav a {
  display: block;
  width: 109px;
  padding: 10px 0;
  overflow: hidden;
  text-decoration: none;
}

#showcase-nav a:hover {
  color: #EEE;
  cursor:pointer;
}

#showcase-nav .thumbnail {
  display: block;
  width: 109px;
  overflow: hidden;
  float: left;
}

#showcase-nav .thumbnail img {
  width:89px;
  height:50px;
  border: 2px solid #000;
  margin: 0 8px;
}

#showcase-nav .text {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #EEE;
  width: 109px;
  overflow: hidden;
  float: left;
  margin: 0 10px;
  padding: 0;
}

#showcase-nav .last a {
  border: 0;
}

#showcase-nav .active a {
  background: #A92836 url(../images/marker.jpg);
}

#showcase-nav .active .thumbnail img {
border: 2px solid #FFF;
}

#showcase-nav .active a .text {
  color: #EEE;
}
