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

/* Tooltip panel */
.unoslider_caption {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
}
.unoslider_title {
  display: block;
  max-width:450px;
  /*margin-top: 78px;
  margin-left: 400px;*/
  margin-top: 8%;
  margin-left: 41%;
  letter-spacing:0px;
  font-size:47px;
  padding:24px 26px 30px 22px;
  white-space:nowrap;
  font-weight:normal!important;
 }
.unoslider_description {
	margin-left: 41%;max-width:450px; display:block; text-indent: 0!important;font-size: 14px!important; color:#ffffff; padding:20px 24px 18px; margin-top:0px; line-height:133%!important; margin-bottom:0px;
}

/* 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("ribbon.png") no-repeat;
}

/* play and pause elements */
.unoslider_pause, .unoslider_play {
  height: 31px;
  width: 28px;
  margin-top: -15.5px;
  margin-left: -14px;
  top: 50%;
  left: 50%;
}

/* previous and next elements */
.unoslider_left, .unoslider_right {
  width: 33px;
  height: 64px;
  margin-top: -32px;
  top: 50%;
}

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

/* next */
.unoslider_right {
  background-position: 0px -72px;
  right: 0px;
}

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

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

/* bullet indicator */
.unoslider_indicator {
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  text-align: center;
  _text-align: right;
  *text-align: right;
  margin-bottom:10px;
}
.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;
  margin: 3px;
  width: 11px;
  height: 11px;
  background-color: black;
  background: url("ribbon.png") no-repeat;
  background-position: 0 -238px;
}
.unoslider_indicator a {
  *display: inline;
}
.unoslider_indicator a.unoslider_indicator_active {
  background-position: 0px -255px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  background:#aaa!important;
 }
