@font-face {
	font-family: 'Semilight';
  src: 
  url('http://empoweringbusiness.blob.core.windows.net/clients/economist/microsoft/phase1/fonts/segoeui-semilight.eot?#iefix') format('embedded-opentype'),  
  url('http://empoweringbusiness.blob.core.windows.net/clients/economist/microsoft/phase1/fonts/segoeui-semilight.woff') format('woff'), 
  url('http://empoweringbusiness.blob.core.windows.net/clients/economist/microsoft/phase1/fonts/segoeui-semilight.ttf')  format('truetype'), 
  url('http://empoweringbusiness.blob.core.windows.net/clients/economist/microsoft/phase1/fonts/segoeui-semilight.svg#segoeui-semilight') format('svg');
  font-weight: normal;
  font-style: normal;
}

.pr-microsoft {
  width: 300px;
  height: 600px;
  position: relative;
}

.pr-microsoft .pr-wdgt {
  width: 300px;
  height: 600px;
  z-index: 999;
  position: absolute;
}

.pr-microsoft .pr-wdgt * {
  font-family: "Semilight", Helvetica, sans-serif; !important;
  font-size: 12px;
}

.pr-microsoft .pr-act {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  line-height: 14px;
  position: absolute;
  text-align: left;
  background: #000;
  overflow: hidden;
}

* .pr-microsoft .pr-act a { color: #000; text-decoration: none; font-weight: normal; border-width: 0; }

.pr-microsoft .pr-content { 
  position: absolute; 
  overflow: hidden; 
  bottom: 0;
  left: 10px;
  right: 10px;
  top: 90px;
}

.pr-microsoft .pr-content img {
  border-width: 0;
  margin: 0;
  display: inline !important;
}

.pr-microsoft a.pr-mst { 
  position: absolute; 
  left: 0;
  top: 0;
  display: block;
  height: 60px;
  width: 300px;
  text-decoration: none;
  overflow: hidden;
  background: #000 url("logo.png") 50% 50% no-repeat;
}

.pr-microsoft a.pr-carousel-link {
  display: block;
  width: 280px;
  height: 158px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
}

.pr-microsoft a.pr-hub:hover,
.pr-microsoft a.pr-carousel-link:hover {
  opacity: 0.8;
}

.pr-microsoft .pr-carousel-inner {
  position: absolute;
  left: 0;
  top: 0;
  
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.pr-microsoft a.pr-hub {
  position: absolute;
  display: block;
  width: 214px;
  height: 35px;
  background: url("discover.png") 0 0 no-repeat;
  left: 43px;
  bottom: 10px;
}

.pr-microsoft .pr-play {
  display: block;
  position: absolute;
  width: 280px;
  height: 108px;
  left: 0;
  top: 0;
  background: url("play.png") 50% 50% no-repeat;
}

.pr-microsoft a.pr-carousel-article .pr-play {
  display: none;
}

.pr-microsoft .pr-title {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  height: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
}

.pr-microsoft .pr-mask-b {
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  height: 69px;
  -webkit-box-shadow: 0 0 18px 20px #000;
  -moz-box-shadow: 0 0 18px 20px #000;
  box-shadow: 0 0 18px 20px #000;
  background-color: #000;
}

.pr-microsoft .pr-mask-t {
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  height: 38px;
  -webkit-box-shadow: 0 0 18px 20px #000;
  -moz-box-shadow: 0 0 18px 20px #000;
  box-shadow: 0 0 18px 20px #000;
  background-color: #000;
}

.pr-microsoft a.pr-arrow {
  position: absolute;
  width: 300px;
  height: 15px;
  left: 0;
  background: url("arrows.png") 50% 0 no-repeat;
}

.pr-microsoft a.pr-arrow-up {
  top: 60px;
}

.pr-microsoft a.pr-arrow-down {
  bottom: 56px;
  background-position: 50% 100%;
}