/* FP Feature */
#featurewrapper {
  position: relative;
  width: 100%;
}
#topwrap {
  padding-left: 1em;
  background: #515151 url('images/fp_main_bg.png') repeat-x left top;
  height: 269px;
}
#topwrap h1 {
  margin: 1.35em 0 0.65em 0;
  color: #ffffff;
  font-family: Arial, Garuda, Helvetica;
  font-size: 1.5em;
}
#topwrap h2 {
  margin: 0 0 0.6em 0;
  padding: 0;
  font-size: 3.25em;
}
#topwrap h2, #topwrap h2 a {
  font-family: Arial, Garuda, Helvetica;
  color: #94de43;
  border-bottom: 0;
}
#topwrap #featuretext {
	color: #E6E6E6;
  overflow: hidden;
}
#topwrap #featuretext p {
  margin: 0;
}
#topwrapcontent {
  position: relative;
  height: 324px; /* 269px */
}
#midwrap {
  height: 55px;
  background-color: #181818;
}
#midwrapcontent {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 55px;
  margin-left: 1%;
  width: 49%;
}
#midwrapcontent a {
  display: block;
  float: left;
  line-height: 35px; 
  margin-top: 11px;
  margin-right: 2%;
}
#bottomwrap {
  position: relative;
  height: 45px;
  line-height: 45px;
  padding-left: 1em;
  background-color: #d4d3d1;
}
#bottomwrap span {
  display: block;
  float: left;
  font-family: Arial, Garuda, Helvetica;
  font-size: 1.1em;
  margin-left: 1%;
  overflow: auto;
  width: 48%;
  overflow: hidden;
}
#bottomwrap span p {
  margin: 0;
}
#bottomwrap span a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;  
}
.featurescreentop {
  position: absolute;
  top: 20px;
  right: 2%;
  width: 47%;
  max-width: 525px;
  height: 296px;
  border: 4px solid #ffffff;
  background-color: #cccccc;
}
#feature_video_player {
	z-index: 20;
}
#featurescreenodd{
  z-index: 20;
}
#featurescreeneven{
  z-index: 20;
  display: none;
}

#featurescreenbottom {
  float: right;
  width: 47%;
  height: 28px;
  line-height: 28px;
  margin-right: 2%;
  border: 4px solid #000000;
  background-color: #484848;
  color: #ffffff;
  overflow: none;
  text-align: center;
  -webkit-box-shadow: 0px 2px 4px #636363;
  -moz-box-shadow: 0px 2px 4px #636363;
  box-shadow: 0px 2px 4px #636363; 
}
#featurescreencontrol {
  position: absolute;
  top: 20px;
  right: 3%;
  width: 50%;
  max-width: 550px;
  height: 304px;
}
#leftcontrol, #rightcontrol {
  display: block;
  position: absolute;
  top: 142px;
  border: 7px solid #ffffff;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 30;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
#leftcontrol {
  background: #000000 url('images/larrow-white.png') no-repeat center center;
  left: 2%;
}
#rightcontrol {
  right: -5%;
  background: #000000 url('images/rarrow-white.png') no-repeat center center;
}
#leftcontrol:hover, #rightcontrol:hover {
  background-color: #515151;
  border: 7px solid #eaeaea;  
}
div#preload-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}