#largeblue-player-container {}
  #largeblue-player {
    background-color: black;
  }
#largeblue-player-controls {
  background	: #006600;
  border        : solid 2px #82AC7C;
  border-top    : 0px solid #fff;
  border-bottom : 0px solid #fff;
  height		: 17px;
  width			: 514px;
}
  #largeblue-player-controls .control-button {
    /*border: 1px solid black;*/
    width: 64px;
    height: 27px;
    font-size: 9px;
    margin: 2px;
    text-transform: capitalize;
    text-indent	: -30px;
    overflow: hidden;
  }
  #lbpc-seek-bar-container {
    width: 327px;
    margin-left : 28px;
    margin-bottom: 1px;
    height: 8px;
    padding-top: 2px;
    _margin-top : 3px;
    _width : 310px;
  }
    #lbpc-seek-bar-container .seek-bar {
		width		  : 100%;
		margin-top    : 4px;
    }
      #lbpc-seek-bar-container .progress-bar {
      	background	: #82AC7C;
        height: 4px;
      }
        #lbpc-seek-bar-container .seek-button {
            background : #4B7F42;
            height: 4px;
            width : 10px;
            font-size : 0px;
        }
        #lbpc-seek-bar-container .progress-bar:hover .live-seek-button {
            background : #4B7F42;
        }
  #lbpc-fullscreen-container {
		margin-top	: 2px;
		width		: 50px;
  }
    #lbpc-fullscreen-container .fullscreen-on-button, #lbpc-fullscreen-container .fullscreen-off-button {
	    background	: url(../img/greentv/full_off.png) 0 -1px no-repeat;
    	height		: 18px;
    	margin-right: 10px;
    	_margin-right: 10px;
    	width		: 20px;
		text-transform: capitalize;
	    text-indent	: -130px;
	    overflow	: hidden;
	    
	    margin-top  : -13px;
    }
    
    #lbpc-fullscreen-container .fullscreen-on-button {
    	background-image	: url(../img/greentv/full_on.png);
	}

  #lbpc-volume-container {
    width: 170px;
    margin-top	: -13px;
  }
    #lbpc-volume-container .volume-bar {
		background	: #82AC7C;
		width		: 86px;
		height		: 4px;
		margin		: 8px -11px 2px 6px;
		_margin-right : 2px;
    }
      #lbpc-volume-container .volume-button {
        background : #4B7F42;
        margin-left : 75px;
        height: 4px;
        width : 10px;
        font-size : 0px;
      }
      
      #lbpc-volume-container .volume-button:hover {
        background : #4B7F42;
      }
    #lbpc-volume-container .mute-on-button, #lbpc-volume-container .mute-off-button {
    	background	: url(../img/greentv/mute_off.png) 0 -1px no-repeat;
    	height		: 18px;
    	width		: 18px;
		text-transform: capitalize;
	    text-indent	: -130px;
	    overflow	: hidden;
    }
    
    #lbpc-volume-container .mute-on-button {
    	background-image	: url(../img/greentv/mute.png);
    }
  #lbpc-time-display-container {
  	color		: #fff;
    margin: 6px 10px 0px 5px;
    width: 70px;
    display : none;
  }
    #lbpc-time-display-container .time-display {}
  #lbpc-control-buttons {
    width: 140px;
  } 
  /*
    
    do *not* fuck with the layout of this bit
    see the ...controls.grid.css
    
    
  */
    #lbpc-control-buttons .pause-button, #lbpc-control-buttons .play-button {
    	margin-left	: 4px;
    	margin-top	: -11px;
    	height		: 17px;
    	width		: 18px;
	}

    #lbpc-control-buttons .pause-button {
    	background	: url(../img/greentv/pause.png) 0 -1px no-repeat;
    }

    #lbpc-control-buttons .play-button {
    	background	: url(../img/greentv/play.png) 0 -1px no-repeat;
    }

    #lbpc-control-buttons .play-button:hover, #lbpc-control-buttons .pause-button:hover,
    #lbpc-fullscreen-container .fullscreen-on-button:hover, #lbpc-fullscreen-container .fullscreen-off-button:hover,
    #lbpc-volume-container .mute-on-button:hover, #lbpc-volume-container .mute-off-button:hover {
        background-position : 0 -19px;
    }

    #lbpc-control-buttons .stop-button {
      /* margin-left: 70px; */
      display:none;
    }
