


/* Small player styles ----------------------------------------------------------- */


/*#header {
  width: 510px;
  margin-top: 10px;
  background-color: #434343;
}*/


#containerMM {
  width: 211px;
  *width: 202px;
  background: #434343;
  margin-top: 10px;
  padding: 0px 7px;
}


h1.custom-title {
  float: left;
  width: 131px;
  height: 0;
  overflow: hidden;
  padding-top: 12px;
  margin-top: 10px;
  background: #424242 url(https://www.moma.org/images/multimedia/title-small.png) no-repeat top left;
}



#controlsContainer {
    float: left;
    width: 204px;
    *width: 184px;
    margin: 0px 0px 0px 3px;
    padding-top: 10px;
    background-color: #000;
}

#controlsContainer .arrows {
  float: left;
}


.smallArrows,
a.smallArrows  {
 font-size: 11px;
 color: #fff;
}

a.smallArrows:hover {
  text-decoration: none;
  color: #0BCAFB;
}

#icons{
    float: right;
    background-color: #000;
    color: #333;
}

#icon1 {
margin-right: 8px;
}

.icon23 {
  margin-left: 6px;
  margin-right: 8px;
}

.black-wrapper {
  background-color: #000;
  padding: 0 3px;
}

#more {
  text-align: right;
  padding: 5px 0;
  font-size: 10px;  
}

#more a {
   color: #0BCAFB;
   text-transform: uppercase;
}


#player {
  width: 212px;
  *width: 200px;
  /*height: 267px;*/
  padding: 0px;
}


#player .swiff {
  width: 205px;
  height: 163px;
}

#player .info {
  width: 202px;
  color: #dedede;
  padding: 5px 0px 0px 6px;
}

#player .subhead {
  font-size: 10px;
  text-transform: uppercase;
}

#player .title {
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  margin-top: 0;
}

#player .info .scrollable {
  height: 235px;
  overflow: auto;
  margin-bottom: 12px;
  padding-right: 30px;
}

#player .share {
  margin-right: 14px;
}

#player .share a {
  display: block;
  float: left;
  color: #999;
  margin-right: 10px;
  margin-bottom: 2px;
}

#player .share a small {
  color: inherit;
}

#player .share a.selected {
  color: #dedede;
  cursor: default;

}

#player .share a.selected:hover {
  text-decoration: none;
}

#player .share input {
  display: none;
  border: 0px solid #666;
  background: transparent;
  padding: 3px;
  width: 261px;
  color: #dedede;
  font: 12px "helvetica neue", arial, sans-serif;
}

#player .share input.selected {
  display: block;
  *width: 170px;
}



