@charset "iso-8859-1";
/*******************************************************************************
*  featured_player.css : 14/02/2007		seanhaase[at]brinkster[dot]net
* -----------------------------------------------------------------------------
*  Allows for a a rotation of cover stories
*******************************************************************************/
.featuredPlayer
{
  width: 400px;
  height: 380px;
  margin: 0 auto 0 auto;
  position: relative;
  overflow: hidden;
}
.FP-ImageDiv
{
  width: 400px;
  height: 300px;
  float: left;
  cursor: pointer;
  z-index: 1;
}
.FP-SideBar
{
  width: 220px;
  height: 220px;
  float: left;
  background-color: #40352F;
  color: white;
  overflow: auto;
  display: none;
}
.FP-Thumbs
{
  position: absolute;
  width: 220px;
  height: 80px;
  color: white;
  z-index: 10;
}
.FP-Title
{
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  /* background-image: url(/images/slide_show/titlebar.png); */
  background-color: #0072ae;
  top: 240px;
  left: 0px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.FP-Abstract
{
  font-family: Verdana;
  font-size: 11px;
  float: left;
  font-weight: bold;
  line-height: 16px;
  padding: 3px 0 0 0;
}

.FP-Abstract:before
{
  content: url(/images/slide_show/raquo.gif);
  padding-right: 3px;
}

.FP-Abstract a
{
  font-family: Verdana;
  font-weight: bold;
}

.imgthumb
{
  background-color: #8c9292;
  cursor: pointer;
}
.imgthumbon
{
  background-color: #0072ae;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.FP-ThumbHolder
{
  position: absolute;
  top: 282px;
  right: 0px;
  color: blue;
  height: 18px;
  width: 80px;
  overflow: hidden;
}
.FP-Prev
{
  position: absolute;
  top: 58px;
  left: 11px;
  color: white;
  cursor: pointer;
  display: none;
}
.FP-Next
{
  position: absolute;
  top: 58px;
  left: 172px;
  color: white;
  cursor: pointer;
  display: none;
}

.FP-Slide
{
  white-space: nowrap;
  height: 18px;
  float: right;
  position: absolute;
  top: 282px;
  right: 0px;
}
/*******************************************************************************/