﻿
.featuresElements {
  position: relative;
  float: left;
  width: 670px;
  height: 250px;
  margin-bottom: 10px;
}

.featuresElements li {
    list-style: none;
}

.featuresElements a {
  text-decoration: none;
}

.featuresElements .featuresElements_container {
  overflow: hidden;
}

.featuresElements .featuresElements_container,.featuresElements .featuresElements_container .element {
  width: 670px;
  height: 227px;
}

.featuresElements .featuresElements_container .element {
  position: relative;
  float: left;
  display: block;
}

.featuresElements .overlay {
  width: 278px;
  position: absolute;
  top: 34px;
  left: 371px;
  display: block;
}

.featuresElements .overlay .topLayer {
  width: 248px;
  border-bottom: 2px solid #a1cfde;
  background-color: #dfe0e2;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  padding: 13px 15px;
  display: block;
  filter: alpha(opacity = 85);
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  color: #414042;
}

.featuresElements .overlay .bottomLayer {
  width: 254px;
  background-color: white;
  padding: 10px 11px 13px 13px;
  color: #e69025;
  font-weight: bold;
  line-height: 16px;
  position: relative;
  display: block;
  text-transform: uppercase;
}

.featuresElements .overlay .bottomLayer .arrow {
  background: url("/Content/Images/Layout/icon_play.png") 0px 0px no-repeat;
  width: 20px;
  height: 20px;
  float: right;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 14px;
}
.featuresElements .overlay .bottomLayer .arrow:hover {
  background: url("/Content/Images/Layout/icon_play.png") 0px -20px no-repeat;
}

.featuresElements .navigator {
  float: left;
  position: absolute;
  left: 25px;
  top: 215px;
  width: 444px;
  display: block;
  /*z-index: 10;*/
}

.featuresElements ul.navigator 
{
      z-index:0;
}

.featuresElements .navigator li {
  position: relative;
  float: left;
}

.featuresElements .navigator a {
  background: url("/Content/Images/Layout/nav_button.png") 0px 0px no-repeat;
  width: 14px;
  padding-top: 14px;
  height: 0px;
  float: left;
  display: block;
  padding-left: 8px;
  position: relative;
  overflow: hidden;
}

.featuresElements .navigator .active a,.featuresElements .navigator .active a:hover {
  background: url("/Content/Images/Layout/nav_button_active.png") 0px 0px no-repeat;
}

.featuresElements .navigator .buttonNav:hover {
  background: url("/Content/Images/Layout/nav_button.png") 0px -14px no-repeat;
}