/* Slider Nav // START */
.eBayCPS > .cs_arrownext > label span:after, .eBayCPS > .cs_arrowprev > label span:after, .eBayCPS > .cs_play_pause > label span,
.displayBanner > .cs_arrowprev > label span, .displayBanner > .cs_arrownext > label span, .displayBanner > .cs_play_pause > label span, 
.splash > .cs_arrowprev > label span, .splash > .cs_arrownext > label span, .splash > .cs_play_pause > label span,
.topProm > .cs_arrowprev > label span, .topProm > .cs_arrownext > label span, .topProm > .cs_play_pause > label span,
.heroS > .cs_arrowprev > label span, .heroS > .cs_arrownext > label span, .heroS > .cs_play_pause > label span {
	color: #fff !important;
}
.eBayCPS > .cs_arrowprev:hover > label, .eBayCPS > .cs_arrownext:hover > label, .eBayCPS > .cs_arrowprev > label, .eBayCPS > .cs_arrownext > label, .eBayCPS > .cs_play_pause:hover > label, .eBayCPS > .cs_play_pause > label,
.displayBanner > .cs_arrowprev:hover > label, .displayBanner > .cs_arrownext:hover > label, .displayBanner > .cs_arrowprev > label, .displayBanner > .cs_arrownext > label, .displayBanner > .cs_play_pause:hover > label, .displayBanner > .cs_play_pause > label,
.splash > .cs_arrowprev:hover > label, .splash > .cs_arrownext:hover > label, .splash > .cs_arrowprev > label, .splash > .cs_arrownext > label, .splash > .cs_play_pause:hover > label, .splash > .cs_play_pause > label, 
.topProm > .cs_arrowprev:hover > label, .topProm > .cs_arrownext:hover > label, .topProm > .cs_arrowprev > label, .topProm > .cs_arrownext > label, .topProm > .cs_play_pause:hover > label, .topProm > .cs_play_pause > label,
.heroS > .cs_arrowprev:hover > label, .heroS > .cs_arrownext:hover > label, .heroS > .cs_arrowprev > label, .heroS > .cs_arrownext > label, .heroS > .cs_play_pause:hover > label, .heroS > .cs_play_pause > label {
	background-color:#000 !important;
}


.eBayCPS, .eBayCPS *, .eBayCPS *:after, .eBayCPS *:before {
	box-shadow: none !important;
}

.sindwingBanner { height: 470px; width: 130px; margin: 0 auto !important; cursor:default; }
#sindwingBanner img { cursor:default; }
#sindwingBanner img a { cursor:pointer; }
.main-bigcontainer { width:1352px; margin:0 auto; }
#left-sidebar, #right-sidebar {	position: absolute;	margin-top:167px; z-index: 1000; }
#right-sidebar { float: right; margin-left: 1191px; }
#left-sidebar {	float: left; margin-left:31px; }
#left-sidebar img a, #right-sidebar img a {	cursor:default; }
@media (max-width: 1352px) {.main-bigcontainer { display: none !important;}}
@media (max-width: 1352px) {#right-sidebar { margin-left:1257px !important;}}
.ms-view { background:none;}

.displayBanner { box-shadow: none !important; -webkit-transition: none !important; transition: none !important; cursor:default !important; }
.displayBanner:hover { box-shadow: none !important; cursor:default !important; }




   
    /* ------------- General ------------- */
.swiftLS {
  position: relative;
  width: 100%;
}
.swiftLS,
.swiftLS *,
.swiftLS *:after,
.swiftLS *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiftLS > .cs_anchor {
  display: none;
}
.swiftLS > ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  
  overflow: hidden;
  white-space: nowrap;
}
.swiftLS > ul > .cs_skeleton {
  width: 100%;
  visibility: hidden;
  font-size: 0px;
  line-height: 0;
}

.swiftLS > ul > .slide.img img {
  width: 100%;
}

.swiftLS > ul > .slide.img a {
  font-size: 0pt;
  color: transparent;
}
.swiftLS > ul > .slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  white-space: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.swiftLS .cs_engine{
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0pt;
  opacity: 0;
  filter: alpha(opacity=0);
}

.swiftLS > ul > li.img,
.swiftLS > .cs_arrowprev,
.swiftLS > .cs_arrownext,
.swiftLS > .cs_bullets,
.swiftLS > .cs_play_pause {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiftLS > .cs_bullets {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 6;
  font-size: 0;
  line-height: 8pt;
  text-align: center;
}
.swiftLS > .cs_bullets > div {
  margin-left: -50%;
  width: 100%;
}
.swiftLS > .cs_bullets > label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.swiftLS > .cs_bullets > label > .cs_thumb {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  line-height: 0;
  left: -42.5px;
  top: -48px;
}
.swiftLS > .cs_bullets > label > .cs_thumb > img {
  max-width: none;
}

.swiftLS > .cs_play_pause {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}
.swiftLS > .cs_play_pause > label {
  position: absolute;
  cursor: pointer;
}
.swiftLS > #swiftLS_cs_play1:checked ~ .cs_play_pause > .cs_pause,
.swiftLS > .slide:checked ~ .cs_play_pause > .cs_play,
.swiftLS > .pause:checked ~ .cs_play_pause > .cs_play {
  display: block;
  z-index: 5;
}
.swiftLS > #swiftLS_cs_play1:checked ~ .cs_play_pause > .cs_play,
.swiftLS > .slide:checked ~ .cs_play_pause > .cs_pause,
.swiftLS > .pause:checked ~ .cs_play_pause > .cs_pause {
  display: none;
  z-index: -1;
}
@-webkit-keyframes pauseChange1 {
  0%, 99.99% { opacity: 1; z-index: 5; }
  100%, 100%  { opacity: 0; z-index: -1; }
}
@keyframes pauseChange1 {
  0%, 99.99% { opacity: 1; z-index: 5; }
  100%, 100%  { opacity: 0; z-index: -1; }
}

.swiftLS > #swiftLS_cs_play1:checked ~ .cs_play_pause > .cs_pause.num0 {
  opacity: 0;
  z-index: -1;
  -webkit-animation: pauseChange1 6000ms infinite -3000ms;
  animation: pauseChange1 6000ms infinite -3000ms;
  }

.swiftLS > .slide:checked ~ .cs_play_pause > .cs_pause,
.swiftLS > .pause:checked ~ .cs_play_pause > .cs_pause {
  -webkit-animation: none;
  animation: none;
}


    .swiftLS > ul > .slide.num0 {
  left: 0%;
  }

.swiftLS > #swiftLS_cs_slide1_0:checked ~ ul > .slide,
.swiftLS > #swiftLS_cs_pause1_0:checked ~ ul > .slide {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.swiftLS > ul > .slide {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 1;
  -webkit-transition: -webkit-transform 2000ms;
  transition: -webkit-transform 2000ms, transform 2000ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes slide1 {
  0%, 75%  { -webkit-transform: translateX(0%); transform: translateX(0%); }
}
@keyframes slide1 {
  0%, 75%  { -webkit-transform: translateX(0%); transform: translateX(0%); }
}
@-webkit-keyframes slide1-ie {
  0%, 75%  { margin-left: 0%; }
}
@keyframes slide1-ie {
  0%, 75%  { margin-left: 0%; }
}

.swiftLS  > #swiftLS_cs_play1:checked ~ ul > .slide {
  -webkit-animation: slide1 6000ms infinite;
  animation: slide1 6000ms infinite;
}
/* IE 10+ hack - cant animate translate :( */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .csslider1  > #cs_play1:checked ~ ul > .slide {
    animation: slide1-ie 6000ms infinite;
  }
}

.swiftLS > #swiftLS_cs_play1:checked ~ ul > .slide,
.swiftLS > .pause:checked ~ ul > .slide {
  -webkit-transition: none;
  transition: none;
}

/* ------------- /Effect ------------- */
.swiftLS {
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	-webkit-transition: box-shadow .5s cubic-bezier(.4,0,.2,1);
	transition: box-shadow .5s cubic-bezier(.4,0,.2,1);
}
.swiftLS:hover {
	box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19);
}

/* ------------- Template Show on hover ------------- */
.swiftLS > .cs_play_pause {
  -webkit-transition: .4s all 0s ease;
  transition: .4s all 0s ease;
}
.swiftLS > .cs_arrowprev {
  -webkit-transition: .4s all .15s ease;
  transition: .4s all .15s ease;
}
.swiftLS > .cs_arrownext {
  -webkit-transition: .4s all .3s ease;
  transition: .4s all .3s ease;
}
.swiftLS > .cs_arrowprev,
.swiftLS > .cs_arrownext,
.swiftLS > .cs_play_pause {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.swiftLS:hover > .cs_arrowprev,
.swiftLS:hover > .cs_arrownext,
.swiftLS:hover > .cs_play_pause {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.swiftLS > .cs_bullets {
  bottom: 5px;
  margin-bottom: 5px;
}
.swiftLS > .cs_bullets > label {
  border-radius: 50% !important;
  margin: 0 5px;
  padding: 10px;
  background: #00A2F4;
}

.swiftLS > .cs_bullets > label:hover {
  background: #0085c8;
}

.swiftLS > #swiftLS_cs_slide1_0:checked ~ .cs_bullets > label.num0,
.swiftLS > #swiftLS_cs_pause1_0:checked ~ .cs_bullets > label.num0{
  background: #007ab7;
}

@keyframes bullet1 {
  0%, 99.99%  { background: #007ab7; }
  100%, 100% { background: #00A2F4; }
}
@-webkit-keyframes bullet1 {
  0%, 99.99%  { background: #007ab7; }
  100%, 100% { background: #00A2F4; }
}

    .swiftLS > #swiftLS_cs_play1:checked ~ .cs_bullets > label.num0,
    .swiftLS > #cs_pause1:checked ~ .cs_bullets > label.num0 {
      -webkit-animation: bullet1 6000ms infinite -3000ms;
      animation: bullet1 6000ms infinite -3000ms;
    }
    
.swiftLS > #swiftLS_cs_play1:checked ~ .cs_bullets > label,
.swiftLS > .pause:checked ~ .cs_bullets > label {
  -webkit-transition: none;
  transition: none;
}

.swiftLS > .slide:checked ~ .cs_bullets > label,
.swiftLS > .pause:checked ~ .cs_bullets > label {
  -webkit-animation: none;
  animation: none;
}


@media
only screen and (max-width: 480px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 480px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (                max-resolution: 192dpi) and (max-width: 480px),
only screen and (                max-resolution: 2dppx)  and (max-width: 480px) { 
  .swiftLS > .cs_description,
  .swiftLS > .cs_bullets {
    display: none;
  }
}
 



#GlobalNotice{
        display:none;
    }

#gn_title:before {
    content: "";
}
#gn_msg:before {
    content: "";
}
                
