.audiogallery-tile .selected {
  display: none; }

.audiogallery-tile {
  margin-bottom: 20px;
  border: 1px solid #d4d4d6;
  background-color: #eeeff1; }

.audiogallery-title-container .gallery-tile {
  padding: 10px 15px 10px 10px;
  border-bottom: 1px solid #d4d4d6;
  color: #454545;
  font-weight: normal;
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  margin: 0; }

.audiogallery-player-container {
  padding: 10px 15px;
  border-bottom: 1px dotted #d4d4d6; }

.audiogallery-player-container .audiogallery-item-title {
  padding-top: 10px; }

.audiogallery-items-container ul {
  margin: 0px; }

.audiogallery-items-container li {
  padding: 10px 15px;
  border-bottom: 1px dotted #d4d4d6;
  list-style: none outside none; }

.audiogallery-items-container .audiogallery-item {
  display: block;
  padding-left: 20px;
  background: url("../images/jplayer/sound-icon.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
  font-weight: normal;
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif; }

.audiogallery-footer-container {
  padding: 5px 15px;
  text-align: right; }

.audiogallery-footer-container .audiogallery-footer-link {
  display: inline-block;
  margin-bottom: 6px;
  padding-right: 20px;
  background: url("../images/jplayer/footer-arrow.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 14px; }

/* */
.audio-tile .title {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 15px;
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif; }

/* */
div.jp-audio,
div.jp-audio-stream {
  border: 1px solid #e0e0e0;
  border-radius: 5px 5px 5px 5px;
  background-color: #eee;
  box-shadow: 0 0 5px 1px #CCCCCC;
  color: #666;
  font-size: 1.25em;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6; }

div.jp-audio {
  margin-bottom: 5px;
  width: 100%; }

div.jp-audio-stream {
  width: 182px; }

div.jp-interface {
  position: relative;
  width: 100%;
  background-color: #edeef2; }

div.jp-audio div.jp-type-single div.jp-interface,
div.jp-audio-stream div.jp-type-single div.jp-interface {
  height: 48px; }

div.jp-controls-holder {
  position: relative;
  top: -8px;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  width: 440px; }

div.jp-interface ul.jp-controls {
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none; }

div.jp-audio ul.jp-controls {
  margin: 0 !important;
  padding: 10px 0; }

div.jp-audio-stream ul.jp-controls {
  padding: 20px 20px 0 20px;
  width: 142px; }

div.jp-interface ul.jp-controls li {
  display: inline !important;
  float: left; }

div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px; }

a.jp-play,
a.jp-pause {
  position: relative;
  left: 10px;
  width: 23px;
  height: 23px; }

a.jp-play {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") 0 0 no-repeat; }

a.jp-play:hover {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -41px 0 no-repeat; }

a.jp-pause {
  display: none;
  background: url("../images/jplayer/jplayer.blue.monday.jpg") 0 -42px no-repeat; }

a.jp-pause:hover {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -41px -42px no-repeat; }

a.jp-previous, a.jp-next {
  margin-top: 6px;
  width: 28px;
  height: 28px; }

a.jp-previous {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") 0 -112px no-repeat; }

a.jp-previous:hover {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -29px -112px no-repeat; }

a.jp-next {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") 0 -141px no-repeat; }

a.jp-next:hover {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -29px -141px no-repeat; }

div.jp-progress {
  overflow: hidden;
  background-color: #ddd; }

div.jp-audio div.jp-progress {
  position: relative;
  top: 15px;
  display: block;
  clear: both;
  height: 15px; }

div.jp-audio div.jp-type-single div.jp-progress {
  width: 100%; }

.jp-progress-time-wrapper {
  display: block;
  padding-right: 45px;
  padding-left: 45px;
  height: 50px; }

div.jp-seek-bar {
  width: 0px;
  height: 100%;
  background: url("../images/jplayer/jplayer.blue.monday.jpg") 0 -202px repeat-x;
  cursor: pointer; }

div.jp-play-bar {
  width: 0px;
  height: 100%;
  background: url("../images/jplayer/jplayer.blue.monday.jpg") 0 -218px repeat-x; }

div.jp-seeking-bg {
  background: url("../images/jplayer/jplayer.blue.monday.seeking.gif"); }

/* */
a.jp-mute,
a.jp-unmute {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 0;
  width: 18px;
  height: 15px;
  vertical-align: middle; }

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  margin-left: 210px; }

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
  margin-left: 10px; }

a.jp-mute {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") 0 -186px no-repeat; }

a.jp-mute:hover {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -19px -186px no-repeat; }

a.jp-unmute {
  display: none;
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -60px -170px no-repeat; }

a.jp-unmute:hover {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -79px -170px no-repeat; }

div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  width: 35px;
  height: 5px;
  background: url("../images/jplayer/jplayer.blue.monday.jpg") 0 -250px repeat-x;
  cursor: pointer; }

div.jp-audio div.jp-volume-bar {
  top: 37px;
  right: 5px; }

div.jp-audio-stream div.jp-volume-bar {
  top: 37px;
  left: 92px; }

div.jp-volume-bar-value {
  width: 0px;
  height: 5px;
  background: url("../images/jplayer/jplayer.blue.monday.jpg") 0 -256px repeat-x; }

/* */
div.jp-audio div.jp-time-holder {
  position: relative;
  top: 15px;
  display: block;
  clear: both;
  height: 15px;
  text-align: right;
  font-size: 10px;
  line-height: 15px; }

div.jp-audio div.jp-type-single div.jp-time-holder {
  width: 100%; }

.jp-current-time,
.jp-duration {
  width: 60px;
  font-style: oblique;
  font-size: 10px; }

.jp-duration {
  text-align: right; }

/* */
span.jp-artist {
  color: #666;
  font-size: .8em; }

div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px; }

div.jp-jplayer {
  background-color: #000; }

ul.jp-toggles {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style-type: none; }

div.jp-audio .jp-type-single ul.jp-toggles {
  width: 25px; }

ul.jp-toggles li {
  display: block;
  float: right; }

ul.jp-toggles li a {
  display: block;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%; }

a.jp-full-screen {
  margin-left: 20px;
  background: url("../images/jplayer/jplayer.blue.monday.jpg") 0 -310px no-repeat; }

a.jp-full-screen:hover {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -30px -310px no-repeat; }

a.jp-restore-screen {
  margin-left: 20px;
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -60px -310px no-repeat; }

a.jp-restore-screen:hover {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -90px -310px no-repeat; }

a.jp-shuffle {
  margin-left: 5px;
  background: url("../images/jplayer/jplayer.blue.monday.jpg") 0 -270px no-repeat; }

a.jp-shuffle:hover {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -30px -270px no-repeat; }

a.jp-shuffle-off {
  margin-left: 5px;
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -60px -270px no-repeat; }

a.jp-shuffle-off:hover {
  background: url("../images/jplayer/jplayer.blue.monday.jpg") -90px -270px no-repeat; }

/* */
.jp-no-solution {
  display: none;
  padding: 5px;
  border: 2px solid #009be3;
  background-color: #eee;
  color: #000;
  font-size: .8em; }

.jp-no-solution a {
  color: #000; }

.jp-no-solution span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1em; }

/*interno*/
.audiojs audio {
  left: -1px;
  position: absolute; }

.audiojs {
  background: none repeat scroll 0 0 #404040;
  font-family: monospace;
  font-size: 12px;
  height: 36px;
  overflow: hidden;
  width: 460px; }

.audiojs p {
  cursor: pointer;
  display: none;
  height: 40px;
  margin: 0;
  width: 25px; }

.audiojs .play {
  display: block; }

.audiojs .scrubber {
  background: none repeat scroll 0 0 #595959;
  border-bottom: 0 none;
  border-left: 0 none;
  border-top: 1px solid #404040;
  float: left;
  height: 14px;
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: 280px; }

.audiojs .progress {
  background: none repeat scroll 0 0 #cccccc;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1; }

.audiojs .loaded {
  background: none repeat scroll 0 0 black;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0; }

.audiojs .time {
  border-left: 0 none;
  color: #5e5e5e;
  float: left;
  font-size: 12px;
  font-weight: 700;
  left: -120px;
  line-height: 36px;
  margin: 0 0 0 6px;
  padding: 0 6px 0 12px;
  position: relative;
  text-shadow: none;
  top: 18px; }

.audiojs .time em {
  color: #858585;
  font-style: normal;
  padding: 0 2px 0 0; }

.audiojs .time strong {
  font-weight: 400;
  padding: 0 0 0 2px; }

.audiojs .error-message {
  color: white;
  display: none;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  width: 400px; }

.audiojs .error-message a {
  border-bottom: 1px solid #999999;
  color: #ededed;
  padding-bottom: 1px;
  text-decoration: none; }

.playing .play, .playing .loading, .playing .error {
  display: none; }

.playing .pause {
  display: block; }

.loading .play, .loading .pause, .loading .error {
  display: none; }

.loading .loading {
  display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none; }

.error .error {
  display: block; }

.error .play-pause p {
  cursor: auto; }

.error .error-message {
  display: block; }

#wrapper {
  margin: 40px auto;
  width: 400px; }

ol.caixa-players {
  color: #cccccc;
  font-size: 0.9em;
  list-style: inside none decimal-leading-zero;
  margin: 0;
  padding: 0;
  width: 460px; }

ol.caixa-players li {
  background: url("../images/jplayer/icoJplayer.jpg") no-repeat scroll 11px 15px rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 9px 2px 10px; }

li.playing {
  color: #ababab;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

li.playing a {
  color: black; }

.caixa-players {
  background-color: #eeeff2;
  border-top: medium none; }

ol.caixa-players {
  width: 100%; }

.caixa-players li {
  border-bottom: medium none;
  padding-left: 20px; }

.caixa-players li a {
  color: #2c418c;
  display: inline;
  padding-left: 33px;
  text-decoration: none;
  text-indent: 0; }

.caixa-players li.playing a {
  color: #2d418b;
  font-weight: 700; }

.audiojs .play {
  background: url("../images/jplayer/jplayer.png") repeat scroll 0 0 rgba(0, 0, 0, 0); }

.audiojs.playing .pause {
  background-image: url("../images/jplayer/jplayer.png");
  background-position: 0 -42px; }

.audiojs {
  background: none repeat scroll 0 0 #eeeff2;
  box-shadow: none;
  height: 50px;
  width: 100%; }

.audiojs p {
  height: 40px;
  width: 40px; }

.audiojs .time {
  border-left: 0 none;
  color: #a8a8a8;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  margin: 0 0 0 6px;
  padding: 0 6px 0 12px;
  text-shadow: none; }

.audiojs .time {
  margin-top: 12px; }

.audiojs .play-pause {
  border: 0 none;
  float: left;
  height: 44px;
  margin: 0;
  overflow: hidden;
  padding: 4px 6px;
  width: 47px; }

.audiojs .scrubber {
  background: none repeat scroll 0 0 #595959;
  border: 0 none;
  float: left;
  height: 14px;
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: 280px; }

#wrapper {
  margin: 0;
  padding: 0;
  width: 100%; }

li.playing::before {
  position: initial; }

.audiojs .loaded {
  background: none repeat scroll 0 0 #cccccc;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0; }

.audiojs .progress {
  background: none repeat scroll 0 0 #2d418b;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1; }

.audiojs .time {
  margin-top: -14px;
  float: left;
  left: 115px; }

.audiojs .scrubber {
  background: none repeat scroll 0 0 #595959;
  border: 0 none;
  float: left;
  height: 14px;
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: 203px; }

