/* Hand cursor over navigation elements */
.elegant .unoslider_navigation {
  cursor: pointer;
}

/* Tooltip panel */
.elegant .unoslider_caption {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 10px 15px;
  font-family: "Helvetica neue", Helvetica, Verdana, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 15px;
  font-weight: bold;
  color: black;
}

/* play, pause, previous and next elements */
.elegant .unoslider_pause, .elegant .unoslider_play, .elegant .unoslider_left, .elegant .unoslider_right {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  display: block;
  background: url("elegant.png") no-repeat;
}

/* play and pause elements */
.elegant .unoslider_pause, .elegant .unoslider_play {
  height: 44px;
  width: 44px;
  margin-top: -22px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
}

/* previous and next elements */
.elegant .unoslider_left, .elegant .unoslider_right {
  width: 25px;
  height: 46px;
  margin-top: -23px;
  top: 50%;
}

/* previous */
.elegant .unoslider_left {
  background-position: 0px -93px;
  left: 0;
}

/* next */
.elegant .unoslider_right {
  background-position: -26px -93px;
  right: 0;
}

/* pause */
.elegant .unoslider_pause {
  background-position: 0px -46px;
}

/* play */
.elegant .unoslider_play {
  background-position: 0px 0px;
}

/* bullet indicator */
.elegant .unoslider_indicator {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: left;
  _text-align: right;
  *text-align: right;
  _width: 97%;
  *width: 97%;
  -webkit-box-shadow: 0px 0px 2px black;
  -moz-box-shadow: 0px 0px 2px black;
  box-shadow: 0px 0px 2px black;
  height: 10px;
  line-height:10px;
  font-size: 0px;
}
.elegant .unoslider_indicator a {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  cursor: pointer;
  background: white;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 10px;
}
.elegant .unoslider_indicator a {
  *display: inline;
}
.elegant .unoslider_indicator a.unoslider_indicator_active {
  background: black;
}
.elegant .unoslider_indicator a:hover {
  background: #cccccc;
}



/* ===========   dnnsoftware.ir   =========== */

.rtl .elegant .unoslider_caption {
  font-family: inherit;
  font-weight: normal;
}