div.ic_myCarousel {
	margin:0;
	clear:right;
}
.infiniteCarousel_item{
  text-align: center;
}
.ic_myCarousel .ic_button {
	float: left;
	width: 11%;
  width: 11.1111%;
  padding: 8px;
  border-radius: 12px;
  height: 114px;
  overflow: hidden;
}
.ic_myCarousel .ic_button img{
  height: 100%;
  width: auto;
  border-radius: 12px;
}
.infiniteCarousel {
	margin: 0 auto !important;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow:  0px 0px 10px #333;
	box-shadow:  0px 0px 10px #333;
}
.ic_wrapper {
	width: 100% !important;

}
.ic_myCarousel .ic_active {

}
.ic_peek_padding {

}
.ic_myCarousel .ic_active  {
background: #ed6c2d;
}
.ic_caption {
	opacity: .6;
	background: #fff;
	font-size: 12px;
	font-family: arial;
	padding: 4px 8px;
	width: 700px;
}
.options {
	font-size: 16px;
}
