/*
** Featured Content Slider - (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
** This notice MUST stay intact for legal use
** Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
*/

/* Featured content
-------------------- */
div.sliderwrapper {
  height:230px;
  margin:20px 0 0 20px;
  overflow:hidden;
  position:relative;
  width:495px;
}
div.sliderwrapper div.contentdiv {
  -moz-opacity:1;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  height:100%;
  left:0;
  opacity:1;
  position:absolute;
  top:0;
  visibility:hidden;
  width:495px;
}

/* Navigation bar
------------------ */
div.pagination {
  background:url(http://trancehub.com/wp-content/themes/supernova/images/featured-bar.png) no-repeat;
  height:30px;
  margin-left:20px;
  width:495px;
}
div.pagination a.prev {
  background:url(http://trancehub.com/wp-content/themes/supernova/images/featured-prev-arrow.png) no-repeat;
  border:none;
  height:30px;
  margin-left:390px;
  position:absolute;
  text-decoration:none;
  text-indent:-9999px;
  width:40px;
}
div.pagination a.prev:hover {
  background-position:0 -30px;
}
div.pagination a.prev:active {
  background-position:0 0;
}
div.pagination a.next {
  background:url(http://trancehub.com/wp-content/themes/supernova/images/featured-next-arrow.png) no-repeat;
  border:none;
  height:30px;
  margin-left:430px;
  position:absolute;
  text-decoration:none;
  text-indent:-9999px;
  width:40px;
}
div.pagination a.next:hover {
  background-position:0 -30px;
}
div.pagination a.next:active {
  background-position:0 0;
}
