@charset "utf-8";
/* CSS Document */

/* Carousel */
.pluit-carousel {
  position: relative;
  margin-bottom: 1em;
}

.pluit-carousel img {
  border: 0;
  display: block;
  cursor: pointer;
}

.pluit-carousel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Viewport */
.pluit-carousel .viewport {
  width: 1px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.pluit-carousel .viewport ul {
  width: 6000px;
}

.pluit-carousel .viewport ul li {
  display: block;
  float: left;
}

.pluit-carousel .viewport ul ul {
  width: auto;
  float: left;
}

.pluit-carousel .viewport ul ul li {
  margin-right: 5px;
}

/* Navigation */
.pluit-carousel .nav {
  padding: 0 0px;
  padding-top: 1px;

}

.pluit-carousel .nav li a {
  display: block;
  overflow: hidden;
  text-indent: -100em;
  background: url(../images/carousel_nav.png) no-repeat 0 0;
  outline: none;
}

.pluit-carousel .nav li a:hover {
  background-position: -46px 0;
}

.pluit-carousel .nav .prev, .pluit-carousel .nav .next {
  float: right;
  margin-right: 7px;
}

.pluit-carousel .nav .next {
  margin-right: 3px;
}

.pluit-carousel .nav .prev a, .pluit-carousel .nav .next a {
  width: 10px;
  height: 10px;
  background-position: -91px 0;
}

.pluit-carousel .nav .prev a:hover {
  background-position: -179px 0;
}

.pluit-carousel .nav .next a {
  background-position: -135px 0;
}

.pluit-carousel .nav .next a:hover {
  background-position: -223px 0;
}

.pluit-carousel .nav .pages {
 float: left;
}

.pluit-carousel .nav .pages ul {
  float: left;
}

.pluit-carousel .nav .pages li {
  float: left;
  margin-right: 8px;
}

.pluit-carousel .nav .pages li a {
  width: 10px;
  height: 10px;
}

.pluit-carousel .nav .pages li.active a {
  background-position: -46px 0;
}


.pluit-carousel ul, .pluit-carousel .nav .pages, .pluit-carousel .nav {
  zoom: 1;
}

.pluit-carousel ul:after, .pluit-carousel .nav .pages:after, .pluit-carousel .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Top Story Skin */
.top-stories-skin .nav {
  position: absolute;
  top: 0;
  left: 450px;
}

.top-stories-skin .nav .pages {
  border: 0px solid #ccc;
  padding: 0 0px 0px;
  border-left: 0;
}

.top-stories-skin .nav .pages li {
  margin-right: 0;
}

.top-stories-skin .nav .pages li img {
	float:left;
	padding-right:5px;}

.top-stories-skin .nav .pages li a {
  width: 242px;
  height: 51px;
  background: #eee;
  padding-left: 2px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  text-indent: 0;
  text-decoration: none;
}

.top-stories-skin .nav .pages h2 {
	padding-top:5px;
}

.top-stories-skin .nav .pages li a:hover {
  background: #777;
  color: #fff;
}

.top-stories-skin .nav .pages li.active a {
  background: #777;
  color: #fff;
}

.top-stories-skin .nav .pages .last a {
  border-bottom: 0;
}

.top-stories-skin .viewport {
  padding: 0px;
  border: 1px solid #ccc;
}

.top-stories-skin .viewport li {
  position: relative;
  padding-right: 1px;
}

.top-stories-skin .viewport .desc {
  position: absolute;
  top: 160px;
  left: 0;
  width: 500px;
  height: 50px;
  font-family: "Lucida Grande", arial, serif;
  color: #fff;
}

.top-stories-skin .viewport .desc em {
  position: absolute;
  display: block;
  padding-top:5px;
  padding-left:10px;
  padding-bottom:4px;
  font-size: 11px;
  font-style: normal;
  color: #fff;
  z-index: 1;
}



.top-stories-skin .viewport .desc a {
  color: #fff;
}

.top-stories-skin .viewport .desc .shadow {
  position: absolute;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  
  top: 0;
  width: 100%;
  height: 53px;
}

/* Photo Tag Skin */    
.photo-tag-skin .viewport .tag a {
  color: #fff;
}

.photo-tag-skin .viewport .tag {
  position: absolute;
  font-family: "Lucida Grande", arial, serif;
  top: 295px;
  left: 350px;
  height: 28px;
  width: 150px;
}

.photo-tag-skin .viewport .tag em {
  position: absolute;
  display: block;
  padding: 6px 10px;
  color: #fff;
  z-index: 1;
}

.photo-tag-skin .viewport .tag .shadow {
  position: absolute;
  background: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;

  height: 100%;
  width: 100%;
}

.photo-tag-skin .viewport li {
  position: relative;
}
