/* 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;
}
/* Slider Nav // END */
/* Sidebar // START */
.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;}
/* Sidebar // END */
/* Display Banner // START */
.displayBanner { box-shadow: none !important; -webkit-transition: none !important; transition: none !important; cursor:default !important; }
.displayBanner:hover { box-shadow: none !important; cursor:default !important; }
/* Display Banner // END */
/* === notice-global.css_START === */

#GlobalNotice{
        display:none;
    }

#gn_title:before {
    content: "";
}
#gn_msg:before {
    content: "";
}
                
/* === notice-global.css_END === */
/* === custompageslideshow.css_START === */




/* ------------- General ------------- */
.eBayCPS {
  position: relative;
  width: 100%;
}
.eBayCPS,
.eBayCPS *,
.eBayCPS *:after,
.eBayCPS *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.eBayCPS > .cs_anchor {
  display: none;
}
.eBayCPS > ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  
  overflow: hidden;
  white-space: nowrap;
}
.eBayCPS > ul > .cs_skeleton {
  width: 100%;
  visibility: hidden;
  font-size: 0px;
  line-height: 0;
}

.eBayCPS > ul > .slide.img img {
  width: 100%;
}

.eBayCPS > ul > .slide.img a {
  font-size: 0pt;
  color: transparent;
}
.eBayCPS > 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);
}
.eBayCPS .cs_engine{
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0pt;
  opacity: 0;
  filter: alpha(opacity=0);
}

.eBayCPS > ul > li.img,
.eBayCPS > .cs_arrowprev,
.eBayCPS > .cs_arrownext,
.eBayCPS > .cs_bullets,
.eBayCPS > .cs_play_pause {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ------------- /General Styles ------------- */

/* ------------- General Arrows ------------- */
.eBayCPS > .cs_arrowprev,
.eBayCPS > .cs_arrownext {
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.eBayCPS > .cs_arrowprev > label,
.eBayCPS > .cs_arrownext > label {
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
}
.eBayCPS > .cs_arrowprev {
  left: 0;
}
.eBayCPS > .cs_arrownext {
  right: 0;
}

.eBayCPS > .slide:checked ~ .cs_arrowprev > label,
.eBayCPS > .slide:checked ~ .cs_arrownext > label {
  opacity: 0;
  z-index: -1;
}

.eBayCPS > #eBayCPS_cs_slide1_0:checked ~ .cs_arrowprev > label.num1,
.eBayCPS > #eBayCPS_cs_pause1_0:checked ~ .cs_arrowprev > label.num1,
.eBayCPS > #eBayCPS_cs_slide1_0:checked ~ .cs_arrownext > label.num1,
.eBayCPS > #eBayCPS_cs_pause1_0:checked ~ .cs_arrownext > label.num1, 
.eBayCPS > #eBayCPS_cs_slide1_1:checked ~ .cs_arrowprev > label.num0,
.eBayCPS > #eBayCPS_cs_pause1_1:checked ~ .cs_arrowprev > label.num0,
.eBayCPS > #eBayCPS_cs_slide1_1:checked ~ .cs_arrownext > label.num0,
.eBayCPS > #eBayCPS_cs_pause1_1:checked ~ .cs_arrownext > label.num0 {
  opacity: 1;
  z-index: 5;
}

.eBayCPS > #eBayCPS_cs_play1:checked ~ .cs_arrowprev > label.num1,
.eBayCPS > #eBayCPS_cs_play1:checked ~ .cs_arrownext > label.num1 {
  -webkit-animation: arrow1 12000ms infinite -3000ms;
  animation: arrow1 12000ms infinite -3000ms;
}
.eBayCPS > #eBayCPS_cs_play1:checked ~ .cs_arrowprev > label.num0,
.eBayCPS > #eBayCPS_cs_play1:checked ~ .cs_arrownext > label.num0 {
  -webkit-animation: arrow1 12000ms infinite 3000ms;
  animation: arrow1 12000ms infinite 3000ms;
}

@-webkit-keyframes arrow1 {
  0%, 49.99% { opacity: 1; z-index: 5; }
  50%, 100%  { opacity: 0; z-index: -1; }
}
@keyframes arrow1 {
  0%, 49.99% { opacity: 1; z-index: 5; }
  50%, 100%  { opacity: 0; z-index: -1; }
}

.eBayCPS > .slide:checked ~ .cs_arrowprev > label,
.eBayCPS > .slide:checked ~ .cs_arrownext > label,
.eBayCPS > .pause:checked ~ .cs_arrowprev > label,
.eBayCPS > .pause:checked ~ .cs_arrownext > label {
  -webkit-animation: none;
  animation: none;
}
/* ------------- /General Arrows ------------- */

/* ------------- General Bullets ------------- */
.eBayCPS > .cs_bullets {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 6;
  font-size: 0;
  line-height: 8pt;
  text-align: center;
}
.eBayCPS > .cs_bullets > div {
  margin-left: -50%;
  width: 100%;
}
.eBayCPS > .cs_bullets > label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.eBayCPS > .cs_bullets > label > .cs_thumb {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  line-height: 0;
  left: -42.5px;
  top: -48px;
}
.eBayCPS > .cs_bullets > label > .cs_thumb > img {
  max-width: none;
}
/* ------------- /General Bullets ------------- */


/* ------------- Effect ------------- */

    .eBayCPS > ul {
  overflow: hidden;
}

.eBayCPS > ul > .slide {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  opacity: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 2000ms ease, opacity 2000ms ease;
  transition: -webkit-transform 2000ms ease, transform 2000ms ease, opacity 2000ms ease;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.eBayCPS > #eBayCPS_cs_slide1_0:checked ~ ul > .slide.num0,
.eBayCPS > #eBayCPS_cs_pause1_0:checked ~ ul > .slide.num0,.eBayCPS > #eBayCPS_cs_slide1_1:checked ~ ul > .slide.num1,
.eBayCPS > #eBayCPS_cs_pause1_1:checked ~ ul > .slide.num1{
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes fade-in1 {
  0%, 62.5%, 100%  {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  12.5%, 50%  {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  0%, 49.999%  { z-index: 2; }
  50.001%, 100%  { z-index: 1; }
}
@keyframes fade-in1 {
  0%, 62.5%, 100%  {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  12.5%, 50%  {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  0%, 49.999%  { z-index: 2; }
  50.001%, 100%  { z-index: 1; }
}

.eBayCPS > #eBayCPS_cs_play1:checked ~ ul > .slide.num0 {
  -webkit-animation: fade-in1 12000ms infinite -3000ms;
  animation: fade-in1 12000ms infinite -3000ms;
}
.eBayCPS > #eBayCPS_cs_play1:checked ~ ul > .slide.num1 {
  -webkit-animation: fade-in1 12000ms infinite 3000ms;
  animation: fade-in1 12000ms infinite 3000ms;
}

.eBayCPS > #eBayCPS_cs_play1:checked ~ ul > .slide,
.eBayCPS > .pause:checked ~ ul > .slide {
  -webkit-transition: none;
  transition: none;
}

/* ------------- /Effect ------------- */
.eBayCPS {
	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);
}
.eBayCPS:hover {
	box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19);
}

/* ------------- Template Show on hover ------------- */
.eBayCPS > .cs_play_pause {
  -webkit-transition: .4s all 0s ease;
  transition: .4s all 0s ease;
}
.eBayCPS > .cs_arrowprev {
  -webkit-transition: .4s all .15s ease;
  transition: .4s all .15s ease;
}
.eBayCPS > .cs_arrownext {
  -webkit-transition: .4s all .3s ease;
  transition: .4s all .3s ease;
}
.eBayCPS > .cs_arrowprev,
.eBayCPS > .cs_arrownext,
.eBayCPS > .cs_play_pause {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.eBayCPS:hover > .cs_arrowprev,
.eBayCPS:hover > .cs_arrownext,
.eBayCPS:hover > .cs_play_pause {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* ------------- /Template Show on hover ------------- */


/* ------------- Template Arrows ------------- */
.eBayCPS > .cs_arrowprev > label,
.eBayCPS > .cs_arrownext > label {
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50% !important;
  max-width: none;

  background-color: #00A2F4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.5s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: box-shadow 0.5s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.5s cubic-bezier(0.35, 0, 0.25, 1), transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
.eBayCPS > .cs_arrowprev {
  margin-left: 2px;
  left: 30px;
}
.eBayCPS > .cs_arrownext {
  margin-right: 2px;
  right: 30px;
}
.eBayCPS > .cs_arrowprev > label span,
.eBayCPS > .cs_arrownext > label span {
  display: block;
  color: #fff;
}
.eBayCPS > .cs_arrowprev > label span:after,
.eBayCPS > .cs_arrownext > label span:after {
  display: block;
  font: 18px "FontAwesome";
  line-height: 54px;
  line-height: 64px\9; /* ie9 hack */
  text-align: center;
}

/* IE10+ hack */
_:-ms-input-placeholder, :root .eBayCPS > .cs_arrowprev > label span:after {
  line-height: 64px;
}
_:-ms-input-placeholder, :root .eBayCPS > .cs_arrownext > label span:after {
  line-height: 64px;
}

.eBayCPS > .cs_arrowprev > label span:after {
  content: '\f053';
}
.eBayCPS > .cs_arrownext > label span:after {
  content: '\f054';
}


.eBayCPS > .cs_arrowprev:hover > label,
.eBayCPS > .cs_arrownext:hover > label {
  background-color: #0085c8;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
}
/* ------------- /Template Arrows ------------- */


/* ------------- Template Bullets ------------- */
.eBayCPS > .cs_bullets {
  bottom: 5px;
  margin-bottom: 5px;
}
.eBayCPS > .cs_bullets > label {
  border-radius: 50% !important;
  margin: 0 5px;
  padding: 10px;
  background: #00A2F4;
}

.eBayCPS > .cs_bullets > label:hover {
  background: #0085c8;
}

.eBayCPS > #eBayCPS_cs_slide1_0:checked ~ .cs_bullets > label.num0,
.eBayCPS > #eBayCPS_cs_pause1_0:checked ~ .cs_bullets > label.num0,.eBayCPS > #eBayCPS_cs_slide1_1:checked ~ .cs_bullets > label.num1,
.eBayCPS > #eBayCPS_cs_pause1_1:checked ~ .cs_bullets > label.num1{
  background: #007ab7;
}

@keyframes bullet1 {
  0%, 49.99%  { background: #007ab7; }
  50%, 100% { background: #00A2F4; }
}
@-webkit-keyframes bullet1 {
  0%, 49.99%  { background: #007ab7; }
  50%, 100% { background: #00A2F4; }
}

    .eBayCPS > #eBayCPS_cs_play1:checked ~ .cs_bullets > label.num0,
    .eBayCPS > #cs_pause1:checked ~ .cs_bullets > label.num0 {
      -webkit-animation: bullet1 12000ms infinite -3000ms;
      animation: bullet1 12000ms infinite -3000ms;
    }
        .eBayCPS > #eBayCPS_cs_play1:checked ~ .cs_bullets > label.num1,
    .eBayCPS > #cs_pause1:checked ~ .cs_bullets > label.num1 {
      -webkit-animation: bullet1 12000ms infinite 3000ms;
      animation: bullet1 12000ms infinite 3000ms;
    }
    
.eBayCPS > #eBayCPS_cs_play1:checked ~ .cs_bullets > label,
.eBayCPS > .pause:checked ~ .cs_bullets > label {
  -webkit-transition: none;
  transition: none;
}

.eBayCPS > .slide:checked ~ .cs_bullets > label,
.eBayCPS > .pause:checked ~ .cs_bullets > label {
  -webkit-animation: none;
  animation: none;
}

/* ------------- Template /Bullets ------------- */

/* hide description & bullets on mobile devices */
@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) { 
  .eBayCPS > .cs_description,
  .eBayCPS > .cs_bullets {
    display: none;
  }
}

   
/* === custompageslideshow.css_END === */