﻿/* DEC reddot for URL */


/* Hand cursor over navigation elements */
.unoslider_navigation {
  cursor: pointer;
}
/* container which contains navigation and indicator */
.unoslider_navigation_container {
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
/*background-color: white;*/

}
/* Tooltip panel - DEC Homepage using this for  URL RedDot*/
.unoslider_caption {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-family: Arial;
  width:40%; 
  color: #ff0000;   
  font-size: 11px;
  }
/* play, pause, previous and next elements */
.unoslider_pause, .unoslider_play, .unoslider_left, .unoslider_right {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  display: block;
  background: url(/deccontrols.png) no-repeat;
}
/* play and pause elements */
.unoslider_pause, .unoslider_play {
  height: 26px;
  width: 25px;
  margin-top: 18px;
  margin-left: -15px;
  top: 50%;
  /*left: 98%;*/
  right: 40px;
}
/* previous and next elements */
.unoslider_left, .unoslider_right {
  width: 26px;
  height: 25px;
  margin-top: 18px;
  top: 50%; 
}
/* previous */
.unoslider_left {
  background-position: 0px -27px;
  right: 70px;
}
/* next */
.unoslider_right {
  background-position: -28px -27px;
  right: 8px;
}
/* pause */
.unoslider_pause {
    background-position: -28px 0px;
}
/* play */
.unoslider_play {
  background-position: 0px 0px;
}
/* bullet indicator */
.unoslider_indicator {
  position: absolute;
  right: 100px;
  bottom: -25px;
 /* width: 100%;*/
  text-align: right;
}
.unoslider_indicator a {
  text-indent: 110%;
  *text-indent: 10%;
  white-space: nowrap;
  overflow: hidden;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  cursor: pointer;
  margin: 3px;
  width: 18px;
  height: 18px;
  background-color: black;
  background: url(/deccontrols.png) no-repeat;
  background-position: 0 -54px;
}
.unoslider_indicator a {
  *display: inline;
}
.unoslider_indicator a.unoslider_indicator_active {
  background-position: -19px -54px;
}