#carousel-basic {
	padding: 0px;
	border: 0px;
	width: 100%;
	 height: 33%; /* to determine this height, think of the images in terms of a ratio*/
	overflow: hidden;

}

#carousel-basic .slide {   }
/* Set a max-height for your images to prevent FUOC */
@media (min-width:992px) {
	#carousel-basic img {
	width: 100%;
	height: 430px;
	}
}

@media (max-width:991px) {
	#carousel-basic img {
	width: 100%;
	height: auto;
	}
}

#carousel-basic .carousel-wrapper {

}
#carousel-basic .carousel {
	overflow: hidden;
}
#carousel-basic .carousel-wrapper .caroufredsel_wrapper {
	border-radius: 0px;

}

#carousel-basic .carousel div.slide  {
	display: block;
	float: left;

}

#carousel-basic .carousel div.slide img {
  border: 0;
	width: 100%;
	/*height: auto;*/
  margin: 0 auto;
}

#carousel-basic .carousel div.slide {
  width: 100%;
  /*height: auto;*/
}



#carousel-basic .prev, #carousel-basic .next {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
#carousel-basic .prev {
  background-position: 0 0;
  left: 10px;
}
#carousel-basic .next {
  background-position: -19px 0;
  right: 10px;
}
#carousel-basic .prev:hover {
  background-position: 0 -20px;
}
#carousel-basic .next:hover {
	background-position: -19px -20px;
}
#carousel-basic .prev.disabled, .next.disabled {
	display: none !important;
}




/* for the pager (dots) */

#carousel-basic .pager {
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	height: 10px;

}

/* Use this if you want the dots over the image */
/*#carousel-basic #pager {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
 } */

/*use this if you want the dots under the images; add padding-bottom on carousel-basic to hold #pager */
#carousel-basic { padding-bottom: 20px; }
#carousel-basic #pager {
	width: 100%;
	height: 30px;
	text-align: center;
	display: block;
 }

#carousel-basic .pager a {
	background: url(https://assets.mightymerchant.com/mm-images/circle_open.png) center center no-repeat;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	margin: 5px;
}
#carousel-basic .pager a.selected {
	background: url(https://assets.mightymerchant.com/mm-images/circle_filled.png) center center no-repeat;
	text-decoration: underline;
}

#carousel-basic .pager a span { display: none; }
