.commonSprite-sprite {
  background-image: url('http://cdn2.yoox.biz/Os/adidasgroup/generated_images/commonSprite-s9db31f95b6.png');
  background-repeat: no-repeat;
}

@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-roman-webfont.eot");
  src: url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-roman-webfont.eot?#iefix") format("embedded-opentype"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-roman-webfont.woff") format("woff"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-roman-webfont.ttf") format("truetype"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-roman-webfont.svg#HelveticaNeueLTStd55Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-bd-webfont.eot");
  src: url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-bd-webfont.eot?#iefix") format("embedded-opentype"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-bd-webfont.woff") format("woff"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-bd-webfont.ttf") format("truetype"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-bd-webfont.svg#HelveticaNeueLTStd75Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStdCn';
  src: url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-cn-webfont.eot");
  src: url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-cn-webfont.eot?#iefix") format("embedded-opentype"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-cn-webfont.woff") format("woff"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-cn-webfont.ttf") format("truetype"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-cn-webfont.svg#helveticaneuelt_std_cnregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStdCn';
  src: url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-bdcn-webfont.eot");
  src: url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix") format("embedded-opentype"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-bdcn-webfont.woff") format("woff"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-bdcn-webfont.ttf") format("truetype"), url("http://cdn2.yoox.biz/OS/fonts/helveticaneueltstd-bdcn-webfont.svg#helveticaneuelt_std_cnbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
.slot {
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.slot > div {
  overflow: hidden;
}
.slot img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity .3s;
}
.slot .overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
  height: 60px;
}
.ielt9 .slot .overlay {
  filter: alpha(opacity=70);
}
.slot .overlayBlack {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  display: none;
}
.ielt9 .slot .overlayBlack {
  filter: alpha(opacity=70);
  background-color: #000;
}
.ielt9 .slot .overlayBlack.ie7 {
  background-color: #000;
}
.slot .text {
  position: absolute;
  color: white;
  width: 100%;
  text-align: center;
  font-weight: bolder;
  margin-top: 22px;
}
.ielt9 .slot .text {
  z-index: 4;
}
.slot .inner {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 3px;
  margin-bottom: 6px;
  display: inline-block;
}

.dot {
  position: absolute;
  margin: -3px 0 0 -3px;
  width: 4px;
  height: 4px;
  background: black;
  border: 1px solid yellow;
}

.props {
  position: absolute;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  top: 10px;
  left: 10px;
  padding: 2px;
  font-family: Arial;
  font-size: 10px;
}

html.touch .overlay {
  border: 0px;
  top: auto;
  opacity: 1;
}
html.touch .text {
  position: relative;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0px;
}
html.touch .inner {
  position: relative;
  border: 0px;
  padding: 16px;
  margin-top: 0px;
}
