#myCarousel-teaser1 {
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #8d8e8d; /* Old browsers */
	background: #8d8e8d -moz-linear-gradient(top, #8d8e8d 0%, #2a2c2f 100%); /* FF3.6+ */
	background: #8d8e8d -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8e8d), color-stop(100%,#2a2c2f)); /* Chrome,Safari4+ */
	background: #8d8e8d -webkit-linear-gradient(top, #8d8e8d 0%,#2a2c2f 100%); /* Chrome10+,Safari5.1+ */
	background: #8d8e8d -o-linear-gradient(top, #8d8e8d 0%,#2a2c2f 100%); /* Opera11.10+ */
	background: #8d8e8d -ms-linear-gradient(top, #8d8e8d 0%,#2a2c2f 100%); /* IE10+ */
	background: #8d8e8d linear-gradient(top, #8d8e8d 0%,#2a2c2f 100%); /* W3C */
	-moz-box-shadow:     0 0 5px #000000;
    -webkit-box-shadow:  0 0 5px #000000;
    box-shadow:          0 0 5px #000000;
	color: #fff;
}
.teaser1-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 180px;
  margin-top: -10px;
  display:block;
  padding:0;
}
.teaser1-carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
   min-height: 180px;
}
.teaser1-carousel-inner > .item > img,
.teaser1-carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.teaser1-carousel-inner > .active,
.teaser1-carousel-inner > .next,
.teaser1-carousel-inner > .prev {
  display: block;
}
.teaser1-carousel-inner > .active {
  left: 0;
}
.teaser1-carousel-inner > .next,
.teaser1-carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.teaser1-carousel-inner > .next {
  left: 100%;
}
.teaser1-carousel-inner > .prev {
  left: -100%;
}
.teaser1-carousel-inner > .next.left,
.teaser1-carousel-inner > .prev.right {
  left: 0;
}
.teaser1-carousel-inner > .active.left {
  left: -100%;
}
.teaser1-carousel-inner > .active.right {
  left: 100%;
}
.teaser1-carousel-indicators {
  float: right;
  margin:10px;
}
.teaser1-carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.teaser1-carousel-indicators .active {
  background-color: #282a2d;
}
.teaser1-carousel-inner .carousel-caption {
  padding: 10px 15px;
  font-size: 27px;
  line-height: 33px;
  color:#fff;
  width: auto;
}

.teaser1-carousel-inner a.teaser-clickhere {
	color: #2a2c2f;
	display: block;
	padding: 8px 55px;
	font-weight: 600;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 30px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #a1e150; /* Old browsers */
	background: #a1e150 -moz-linear-gradient(top, #a1e150 0%, #6e9b32 100%); /* FF3.6+ */
	background: #a1e150 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1e150), color-stop(100%,#6e9b32)); /* Chrome,Safari4+ */
	background: #a1e150 -webkit-linear-gradient(top, #a1e150 0%,#6e9b32 100%); /* Chrome10+,Safari5.1+ */
	background: #a1e150 -o-linear-gradient(top, #a1e150 0%,#6e9b32 100%); /* Opera11.10+ */
	background: #a1e150 -ms-linear-gradient(top, #a1e150 0%,#6e9b32 100%); /* IE10+ */
	background: #a1e150 linear-gradient(top, #a1e150 0%,#6e9b32 100%); /* W3C */
	-moz-box-shadow:     0 0 5px #000000;
    -webkit-box-shadow:  0 0 5px #000000;
    box-shadow:          0 0 5px #000000;
}
.teaser1-carousel-inner a.teaser-clickhere:hover {
	color: #2a2c2f;
	background: #6e9b32; /* Old browsers */
	background: #6e9b32 -moz-linear-gradient(top, #6e9b32 0%, #6e9b32 100%); /* FF3.6+ */
	background: #6e9b32 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e9b32), color-stop(100%,#6e9b32)); /* Chrome,Safari4+ */
	background: #6e9b32 -webkit-linear-gradient(top, #6e9b32 0%,#6e9b32 100%); /* Chrome10+,Safari5.1+ */
	background: #6e9b32 -o-linear-gradient(top, #6e9b32 0%,#6e9b32 100%); /* Opera11.10+ */
	background: #6e9b32 -ms-linear-gradient(top, #6e9b32 0%,#6e9b32 100%); /* IE10+ */
	background: #6e9b32 linear-gradient(top, #6e9b32 0%,#6e9b32 100%); /* W3C */
}
.teaser1-carousel-inner .carousel-caption p {
  margin-bottom: 20px;
}
.teaser1-carousel-inner img {padding-top: 50px;padding-right:15px;}