/* User styles */
/*
@media screen and (min-width: 911px) {
  .ant-carousel {
    max-width: 660px;
  }
}

@media screen and (min-width: 641px) and (max-width: 910px) {
  .ant-carousel {
    max-width: 540px;
  }
}

@media screen and (max-width: 640px) {
  .ant-carousel {
    max-width: 270px;
  }
}
*/

.ant-carousel {
  max-width: 742px;
  height: 260px;
  margin: 5px auto auto;
  padding-top: 10px;
  /*border: 1px solid #ccd;*/
  background-color: white;
  width: auto;
  /*position: relative;
  position: absolute;*/
  z-index: 0;
}

.ant-carousel-element {
  width: 742px;
  text-align: center;
}

/* General styles */

.ant-carousel-hider {
  overflow: hidden;
  height: 230px;
  background: #003333;
   border: 2px solid #4155b6;
  border-radius: 10px;
}

.ant-carousel-list {
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}

.ant-carousel-element {
 
  flex: 0 0 auto;
  /*cursor: pointer;*/
}
 
.button-element {
	color: #FFFFFF;
	user-select: none;
    display: block;
    text-decoration: none
}
.button-element:visited {
	color: #FFFFFF;
}
.button-element:active {
	color: #FFFFFF;
}

/* Navigation item styles */
div.ant-carousel-arrow-left,
div.ant-carousel-arrow-right {
  width: 22px;
  height: 40px;
  /*position: absolute;*/
  position: relative;
  cursor: pointer;
  opacity: 0.18;
  /*z-index: 32;*/
}

div.ant-carousel-arrow-left {
  left: -0px;
  top: -140px;
  display: block;
  background: url("images/top/ant-arrow-left.png") no-repeat;
}

div.ant-carousel-arrow-right {
  right: -716px;
  top: -180px;
  display: block;
  background: url("images/top/ant-arrow-right.png") no-repeat;
}

div.ant-carousel-arrow-left:hover {
  opacity: 1.0;
}

div.ant-carousel-arrow-right:hover {
  opacity: 1.0;
}

div.ant-carousel-dots {
  width: 720px;
  height: auto;
  /*position: absolute;
  /*position: relative;*/
  /*left: -100;*/
  /*bottom: 80px;*/
  /*z-index: 30;*/
  top: 420px;
  text-align: center;
}

span.ant-dot {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  padding: 0;
  display: inline-block;
  background-color: #BBB;
  border-radius: 5px;
  cursor: pointer;
}

td.lc {
	background-size: cover;
}