.rscarousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.rscarousel .item {
  display: none;
  position: relative;
  overflow:hidden;
  padding:0px;
}

.rscarousel .carousel-inner .item .container {
	padding: 0;
	position: relative;
	width: auto;
}

.rscarousel .item a > img {
  display: block;
  line-height: 1;
  margin: 0 auto;
  max-width:100%;
}
.rscarousel .item > img {
  display: block;
  line-height: 1;
  margin: 0 auto;
  max-width:100%;
}
.rscarousel .active,
.rscarousel .next,
.rscarousel .prev {
  display: block;
}
.rscarousel .active {
  left: 0;
}
.rscarousel .next,
.rscarousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.rscarousel .next {
  left: 100%;
}
.rscarousel .prev {
  left: -100%;
}
.rscarousel .next.left,
.rscarousel .prev.right {
  left: 0;
  margin:0px auto;
  width:100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration:none;
}
.carousel-control:focus {
	text-decoration:none;
	outline: none;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
  filter: progid:DImageTransform.Microsoft.Alpha(Opacity=75);
  
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}

.rscarousel .carousel-indicators li {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	margin-left:7px;
	transition: all 0.5s;
	background: rgba(153, 153, 153, 0.50);
	cursor: pointer;
}
.rscarousel .carousel-indicators li:hover,
.rscarousel .carousel-indicators li.active {
	background: rgba(255, 255, 255, 0.75);
}

/* indicators */
.rscarousel .carousel-indicators.left-vertical-top li ,
.rscarousel .carousel-indicators.left-vertical-bottom li ,
.rscarousel .carousel-indicators.right-vertical-top li ,
.rscarousel .carousel-indicators.right-vertical-bottom li {
	display:block;
	float:none;
	margin-right:0px;
	margin-top:7px;
}

/* indicators top positions */
.rscarousel .carousel-indicators.left-inline-top {
	left:15px;
}

.rscarousel .carousel-indicators.right-inline-top {
	right:15px;
}

.rscarousel .carousel-indicators.center-inline-top {
	left:0px;
	text-align:center;
}
.rscarousel .carousel-indicators.center-inline-top li {
	display:inline-block;
	float:none;
}
.rscarousel .carousel-indicators.left-vertical-top {
	left:15px;
	top:15px;
}
.rscarousel .carousel-indicators.right-vertical-top {
	right:15px;
	top:15px;
}

/* indicators bottom positions */
.rscarousel .carousel-indicators.left-inline-bottom {
	left:15px;
	bottom:15px;
	top:auto;
}

.rscarousel .carousel-indicators.right-inline-bottom {
	right:15px;
	bottom:15px;
	top:auto;
}

.rscarousel .carousel-indicators.center-inline-bottom {
	left:0px;
	text-align:center;
	bottom:15px;
	top:auto;
}
.rscarousel .carousel-indicators.center-inline-bottom li {
	display:inline-block;
	float:none;
}

.rscarousel .carousel-indicators.left-vertical-bottom {
	left:15px;
	top:auto;
	bottom:15px;
}
.rscarousel .carousel-indicators.right-vertical-bottom {
	right:15px;
	top:auto;
	bottom:15px;
}