/* carousel */

.carousel-inner > .item > img.img-responsive{
	min-width:100%; 
	height:auto;
}

.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
.media-carousel .carousel-control{display:block; z-index:1010;}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background:  #FF0000;
  border: 0px solid #999999;
  border-radius: 0px;
  height: 30px;
  width : 30px;
  margin-top: 130px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background:  repeat scroll 0 0 #FF0000;
  border: 0px solid #999999;
  border-radius: 0px;
  height: 30px;
  width : 30px;
  margin-top: 155px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 220px;
  height:auto;
}
/* End carousel */
