/*VIDEO PLAYER*/
.tabvideo { float: left; position: absolute; width: 440px; height: 278px; }

#video_holder { position: relative; border: 2px solid #FFA546; /*border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; width: 440px;*/ height: 275px; overflow: hidden; margin-left: 60px; bottom: 2px; }

#controls { width: 454px; left: -5px; height: 30px; background-color: #FFA546; position: relative; top: -7px; z-index: 805; }

.play { width: 17px; height: 29px; background: url(/canaljuvenil/images/player_sprite.png) no-repeat; position: absolute; left: 25px; top: 7px; text-indent: 100px; overflow: hidden; cursor: pointer; }
.pause { width: 17px; height: 29px; background: url(/canaljuvenil/images/player_sprite.png) no-repeat -21px 0; position: absolute; left: 25px; top: 7px; text-indent: 100px; overflow: hidden; display: none; cursor: pointer; }

.mute, .unmute { display: none; }

#tempo { position: absolute; right: -10px; width: 180px; height: 20px; top: 5px; }
#barra_total { width: 250px; background-color: #121212; height: 5px; position: relative; position: absolute; left: 60px; top: 12px; }

.barra_mask { background: url(/canaljuvenil/images/pag_video3.png) repeat-x; width: 100%; height: 5px; position: absolute; left: 0; top: 0; z-index: 3; }
.barra_buffered { height: 5px; background-color: #333; position: absolute; left: 0; top: 0; z-index: 1; }
.barra_loaded { height: 5px; background-color: #ff0000; position: absolute; left: 0; top: 0; z-index: 2; }
