.component_homepage_slideshow_controller_item {
  width: 132px;
  height: 65px;
  float: left;
  position: relative;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.component_homepage_slideshow_controller_item > .base {
  background: url("../../img/components/component_homepage_slideshow/navigation_item.png") no-repeat top;
  width: 168px;
  height: 65px;
  position: absolute;
  top: 2px;
  left: -18px;
  -webkit-transition: all 94ms ease-out;
  transition: all 94ms ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.component_homepage_slideshow_controller_item > .title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 132px;
  height: 64px;
}
.component_homepage_slideshow_controller_item > .title > p {
  width: 132px;
  height: 12px;
  margin: 0 auto;
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 94ms ease-out;
  transition: all 94ms ease-out;
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.component_homepage_slideshow_controller_item:hover {
  cursor: pointer;
}
.component_homepage_slideshow_controller_item:hover .base {
  top: -2px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.component_homepage_slideshow_controller_item:hover > .title > p {
  color: #151415;
}
.component_homepage_slideshow_controller_item.active {
  overflow: visible;
  cursor: default;
}
.component_homepage_slideshow_controller_item.active .base {
  top: -2px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.component_homepage_slideshow_controller_item.active > .title > p {
  color: #151415;
}
