#bannerUl {
  overflow: hidden;
  /* Ensure only one banner or a portion of it is visible */
  width: 940px;
  /* Adjust according to the visible width */
  position: relative;
  display: none;
}

#bannerList {
  position: relative;
  white-space: nowrap;
  /* Prevent line breaks */
  transition: left 0.5s ease;
  /* Smooth animation */
}

#bannerCapsule {
  display: none;
  background: url(../img/banner-bg.png) 0 0 no-repeat;
  width: 980px;
  height: 362px;
  margin: 15px 0;
  position: relative;
  float: left;
}

#flashBannerCapsule {
  width: 980px;
  height: 362px;
  margin: 15px 0;
  position: relative;
  float: left;
}

#flashBannerCapsuleEn {
  width: 980px;
  height: 362px;
  margin: 15px 0;
  position: relative;
  float: left;
  display: none;
}

a#prev,
a#next {
  background: url(../img/banner-ok.png) 0 0 no-repeat;
  display: block;
  width: 37px;
  height: 70px;
  position: absolute;
  text-indent: -9999px;
  top: 140px;
  z-index: 20;
}

a#prev {
  background-position: 0 0;
  left: 19px
}

a#next {
  background-position: 0 -70px;
  right: 17px;
}

a#prev:hover {
  background-position: -37px 0;
}

a#next:hover {
  background-position: -37px -70px;
}


div#bannerUl {
  width: 940px;
  height: 272px;
  top: 18px;
  left: 20px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

div#bannerUl ul {
  left: 0;
  position: absolute;
  top: 0;
  width: 10000px;
}

div#bannerUl ul li {
  float: left;
  text-align: center;
  width: 940px;
}

#bannerContent {
  width: 940px;
  height: 68px;
  position: absolute;
  bottom: 3px;
  left: 20px;
}

#detailButton {
  float: right;
  padding-top: 25px;
}

#detailButton a {
  background: url(../img/detayli-bilgi.png) 0 0 no-repeat;
  width: 106px;
  height: 16px;
  display: block;
  font-size: 11px;
  line-height: 0px;
  color: #feedec;
  padding: 5px 0 0 14px;
  margin: 0;
  font-weight: 700;
}

.page11924 #detailButton a {
  padding-left: 32px;
  width: 88px;
}

*:first-child+html #detailButton a {
  padding-top: 3px;
  height: 18px;
}

#detailButton a:hover,
#detailButton.detailButtonEng a:hover {
  background-position: 0 -24px;
}

#detailButton.detailButtonEng a {
  background: url(../images/buttons/detayli-bilgi-eng.png) 0 0 no-repeat;
  width: 136px;
  height: 16px;
  display: block;
  font-size: 11px;
  line-height: 0px;
  color: #feedec;
  padding: 5px 0 0 14px;
  margin: 0;
}


#sliderButton {
  width: 175px;
  float: right;
  padding-top: 29px;
}

/*#sliderButton ul{ display:inline-block;}
		#sliderButton ul li{ float:left; margin-right:8px;}*/
#sliderButton a {
  float: left;
  margin-right: 8px;
  background: url(../img/banner-numarator.png) 0 0 no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -9999px;
}

#sliderButton a.on {
  background-position: 0 -12px;
}

#bannerText {
  width: 604px;
  float: left;
  padding-left: 10px;
}

#bannerText table td li {
  font-weight: 500;
}

#bannerText table tbody tr td {
  width: 604px;
  height: 68px;
  vertical-align: middle;
  font-size: 18px;
  color: #fe0000;
}

a.okButton {
  font-weight: 700;
}

.bsvrButton {
  font-weight: 800;
}

@media screen and (min-width: 1024px) {
  #bannerUl {
    display: block;
  }
  #bannerCapsule {
    display: block;
  }
}