/* Hand cursor over navigation elements */

.unoslider{
	border: #E4E4E4 solid 1px}

.unoslider_navigation {
  cursor: pointer;
}

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

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

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

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

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

/* next */
.unoslider_right {
  background-position: -28px -89px;
  right: 10px;
}

/* pause */
.unoslider_pause {
  background-position: 0px -43px;
  opacity:0,5;
}

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

/* bullet indicator */
.unoslider_indicator {
  position: absolute;
  bottom: -30px;
  right: 0px;
  width: 100%;
  text-align: right;
  background:url(../images/cizgi.png) bottom left;
  background-size:88% 10px;
  background-repeat:no-repeat;
  
}
.unoslider_indicator a {
  text-indent: 100%;
  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: #43bab7;
  margin: 3px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.unoslider_indicator a {
  *display: inline;
}
.unoslider_indicator a.unoslider_indicator_active {
  width: 13px;
  height: 13px;
}
			.ex1, .ex1a, .ex2, .ex2a, .ex3, .ex4, .ex4a, .ex5, .ex6{
				position: absolute;
				color: #fff;
				background:#666;
				font-size:30px;
				padding:0 10px 0 10px;
				letter-spacing:4px
			}
			
			.ex1{
				right: 370px;
				top: 180px;
			}
			.ex1a{
				right: 220px;
				top: 218px;
			}
			.ex2{
				left: 350px;
				top: 180px;
			}
			.ex2a{
				left: 400px;
				top: 218px;
			}
			.ex3{
				top: 185px;
				left: 80px;
			}
			.ex4{
				left: 350px;
				top: 180px;
			}
			.ex4a{
				left: 400px;
				top: 218px;
			}
			.ex5{
				top: 185px;
				left: 150px;
			}
			.ex6{
				top: 185px;
				left: 220px;
			}
