/*************************************************
		Video styles for Golfchannel.com 
		version 1.0.1
**************************************************/
.metaplayer {
    position: relative;
    top: 0;
    left: 0;
}

.mp-stage {
}

.mp-video,
.mp-video iframe,
.mp-video video,
.mp-video object {
    width: 100% !important;
    height: 100% !important;;
}
.mp-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 32px;
    z-index: 100;
}

.mp-controls-box {
    background: #aaa;
    padding:  4px;
}

.mp-controls-play,
.mp-controls-time {
    display: block;
    position: absolute;
    top: 4px;
}

.mp-controls-time {
    width: 96px;
    height: 24px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    right: 4px;
    text-shadow: 0 0 2px #666;
}
.mp-controls-time-current {
    display: inline;
    color: #fff;
}

.mp-controls-time-duration {
    display: inline;
    color: #ddd;
}

.mp-controls-play,
.mp-controls-pause
{
    cursor: pointer;
}

.mp-controls-play {
    width: 28px;
    height: 24px;
    left: 4px;
}

.mp-controls-pause {
    width: 28px;
    height: 24px;
}

.mp-controls-fullscreen {
    width: 32px;
    height: 24px;
    right: 4px;
    display: none;
}

.mp-controls-track {
    height: 24px;
    background: #333;
    margin-left: 32px;
    margin-right: 100px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 5px;
    margin-top: 1px;
}

.mp-controls-track-fill {
    width: 0%;
    background: #fff;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mp-controls-track-marker {
    width: 4px;
    height: 22px;
    margin-left: -2px;
    margin-top: 1px;
    position: absolute;
    left:  0;
    top: 0;
    cursor: pointer;
    background: gray;
}

.mp-controls-tag {
    background: cyan;
}

.mp-controls-metaq {
    background: #ee82ee;
}

.mp-controls-track-knob {
    width: 8px;
    height: 24px;
    border: 1px solid #666;
    margin-top: -1px;
    margin-left: -5px;
    background: #eee;
    position: absolute;
    top : 0;
    z-index: 100;
    cursor: pointer;
    border-radius: 3px;

}

.mp-controls-track-knob:hover {
    border: 1px solid blue;
}

.mp-controls-track-knob:active {
    background: #aaaaff;
    border: 1px solid blue;
}

.mp-controls-track-buffer {
    width: 0%;
    margin-top: -1px;
    height: 24px;
    background: #666;
    left: 0px;
    top: 0px;
    border-radius: 5px;
}

.mp-controls-query {
  background: orange;
  border-radius: 2px;
}


.metaplayer-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    color: white;
    background:  rgba(0,0,0, .5);
    font-family: arial,sans-serif;
    overflow:  hidden;
    z-index: 1;
}
.metaplayer-overlay-left-title,
.metaplayer-overlay-right-title {
    color: white;
    padding:  12px 10px 0 10px;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
}

/* Left Panel */
.metaplayer-overlay-left {
    width: 50%;
    float: left;
    position: relative;
    top: 0; left: 0;
}

/* Search */

.metaplayer-overlay-left-title {
    float: left;
    margin-bottom: 5px;
}

.metaplayer-overlay-search {
    float: right;
    position: relative;
    top: 5px;
    left: 0;
    margin:  5px 0;
    width: 180px;
    height: 18px;
}
.metaplayer-overlay-search-input {
    position:  absolute;
    right: 36px;
    left: 0px;
    height: 16px;
    padding:  1px;
    color: white;
    cursor: pointer;
    border:  none;
    margin:  0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.metaplayer-overlay-search-input:focus {
    background:  white;
    color: black;
}
.metaplayer-overlay-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 25px;
    cursor: pointer;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    background:  #888;
    color: white;
    font-size: 8px;
    overflow:  hidden;
    border-left:  1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Tags */
.metaplayer-overlay-tags {
    position: relative;
    top: 0; left: 0;
    padding: 5px 0 10px 20px;
    height: 65px;
}
.metaplayer-overlay-tag {
    color: cyan;
    font-size: .9em;
    float: left;
    width: 50%;
}
.metaplayer-overlay-tag-label {
    margin: 2px 5px 0 5px;
    cursor: pointer;
    background: blue;
}
.metaplayer-overlay-clear {
    clear: both;
    height: 1px;
    width: 1px;
    line-height: 1px;
}

/* Controls */
.metaplayer-overlay-controls {
    margin:  5px 0;
    padding: 0 10px;
    position: relative;
    top: 0; left: 0;
    color: pink;
}
.metaplayer-overlay-play,
.metaplayer-overlay-pause,
.metaplayer-overlay-cc,
.metaplayer-overlay-cc-off,
.metaplayer-overlay-mute,
.metaplayer-overlay-unmute,
.metaplayer-overlay-volume-bg {
    height: 24px;
    width: 28px;
    background: white;
    color: #888;
    font-size: 8px;
    float: left;
    margin-right:5px;
    cursor: pointer;
    display: none;
}
.metaplayer-overlay-volume {
    width: 0%;
    height: 100%;
}

.metaplayer-overlay-volume-bg {
    background:  gray;
    position: relative;
    top: 0; left: 0;
    display: block;
}

/* Right Panel */
.metaplayer-overlay-right {
    float: right;
    width: 50%;
}

/* Up Next */
.metaplayer-overlay-next {
    position: relative;
    top: 0; left: 0;
    display: none;
}
.metaplayer-overlay-preview {
    cursor: pointer;
    margin: 14px 15px 10px 15px;
}
.metaplayer-overlay-preview-thumb {
    width: 140px;
    height: 90px;
    border:  none;
    float: left;
}
.metaplayer-overlay-preview-desc {
    height: 90px;
    margin-left: 140px;
}
.metaplayer-overlay-preview-title {
    font-size: 14px;
    color: #999;
    padding: 5px;
}

/* Bottom Panel */
.metaplayer-overlay-bottom {
    padding-bottom: 5px;
}

.metaplayer-overlay-embed  .metaplayer-embed {
    padding:  15px;
}

.metaplayer-overlay-embed {
    position: relative;
    top: 0; left: 0;
    width: 50%;
    float: left;
    display: none;
}
.metaplayer-overlay-embed-label {
    float: left;
    font-size: 14px;
    margin: 0 5px 0 10px;
    font-weight: bold;

}
.metaplayer-overlay-embed-small,
.metaplayer-overlay-embed-medium,
.metaplayer-overlay-embed-large {
    width: 20px;
    height: 12px;
    background: white;
    color: #888;
    font-size: 8px;
    float: left;
    margin: 0 5px;
    cursor: pointer;
}

/* Social */
.metaplayer-overlay-social {
    width: 50%;
    float: right;
    height: 20px;
}

/* Search */

.metaplayer-overlay-results {
    font-size: 10px;
    position: relative;
    top: 0; left: 0;
    padding: 0 0 0 15px;
    display: none;
    height: 80px;
}

.metaplayer-overlay-results-close {
    position: absolute;
    cursor: pointer;
    top: -4px;
    right: 0px;
    font-size: 12px;
    font-family: monospace;
    color: #439DDD;
}

.metaplayer-overlay-result-list {
    padding-top: 0px;
    margin-right: 15px;
    overflow-y: auto;
    height: 80px;
    overflow-y: auto;
}

.metaplayer-overlay-result {
    margin:  2px 0;
    cursor: pointer;
}

.metaplayer-overlay-result:hover .metaplayer-overlay-result-time {
    text-decoration: underline;
}

.metaplayer-overlay-result-time {
    width: 30px;
    color: #439DDD;
    float: left;
    text-align: right;
    padding-right: 5px;
}
.metaplayer-overlay-match {
    color: orange;
    font-weight: bold;
}
.metaplayer-overlay-result-text {
    color: white;
    /*white-space: nowrap;*/
    overflow: hidden;

}
.metaplayer-overlay-results-none {
    display: none;
}
/* Close */
.metaplayer-overlay-close-btn {
    display: none;
    background: blue;
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    right: 4px;
    bottom: 4px;
}
.transcript {
    overflow: auto;
    height: 100%;
    width: 100%;
}
.transcript .mp-scroll-knob {
    right: 3px !important;
}
.transcript-scroller {
    position: relative;
    top: 0; left: 0;
    padding: 5px 10px;
}
.transcript-time {
    padding-right: 10px;
}
.transcript-caption {
    cursor: pointer;
}

.transcript {
    background:  #fff;
}
.transcript-caption:hover {
    text-decoration: underline;
}
.transcript-caption {
    color: #999;
}
.transcript-focus {
    color: black;
}
.transcript-search {
    font-weight: bold;
    color: orange;
}
.metaplayer-captions {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    background-color: rgba(99,99,99,.4);
    text-align: center;
}
.metaplayer-captions-text {
    padding:  5px 20px;
}


.mp-search {
    position: relative;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
}

.mp-search-form {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 32px;
}

.mp-search-input {
    position: absolute;
    right: 100px;
    left: 10px;
    top: 3px;
    bottom: 3px;
    border: 1px solid gray;
    border-right:  none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 1px 4px;
    font-size: 16px;
    margin: 0;
}

.mp-search-submit {
    width: 89px;
    display: block;
    position: absolute;
    right: 10px;
    top: 3px;
    bottom: 3px;
    border: 1px solid blue;
    background:  blue;
    color: white;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.mp-search-submit-label {
    text-align: center;
}
.mp-search-submit-label:after {
    content : "Search";
}

.mp-search-close {
    position : absolute;
    right: 15px;
    top: 0px;
    width: 13px;
    height: 13px;
    color: blue;
    cursor: pointer;
    font-family: monospace;
    font-size: 15px;
}

.mp-search-tags
{
    position: absolute !important;
    top: 42px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    font-size: .8em;
}
.mp-search-results
{
    position: absolute !important;
    top: 42px;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: .8em;
}

.mp-search-results .mp-scroll-body {
    padding: 5px 15px 5px 15px;
}
.mp-search-results .mp-scroll-knob {
    right: 2px !important;
    width: 8px !important;
}

.mp-search-result-count {
}
.mp-search-result {
    border-top:  1px solid #aaa;
    padding:  5px 0 5px 0;
    cursor:pointer;
}
.mp-search-result:first-child {
    border-top: none;
}

.mp-search-time {
    float: left;
    width: 25px;
    text-align: right;
    margin-right: 10px;
    color: orange;
}
.mp-search-text:before {
    content: "...";
}

.mp-search-result:hover {
    text-decoration: underline;
}

.mp-search-match {
    font-weight: bold;
}

.mp-search-tags {
}

.mp-search-tag {
    /*white-space: nowrap;*/
    float: left;
    width: 50%;
}
.mp-search-tag-label {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}
.vjs-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}
.video-js-box video {
    width: 100% !important;
    height: 100% !important;
}
.metaplayer-endcap {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    color: white;
    background:  rgba(0,0,0, .5);
    font-family: arial,sans-serif;
    overflow:  hidden;
    z-index: 10;
    padding:  10px 0;
}
.metaplayer-endcap-divider {
    background: gray;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 10px;
    bottom: 10px;
}

.metaplayer-endcap-search-title,
.metaplayer-endcap-left-title,
.metaplayer-endcap-right-title {
    color: white;
    padding:  12px 10px 0 10px;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
}
/* Left Panel */
.metaplayer-endcap-left {
    width: 50%;
    float: left;
    position: relative;
    top: 0; left: 0;
}


/* Right Panel */
.metaplayer-endcap-right {
    float: right;
    width: 50%;
}

.metaplayer-endcap-clear {
    clear: both;
    height: 1px;
    width: 1px;
    line-height: 1px;
}


/* Up Next */
.metaplayer-endcap-again-icon,
.metaplayer-endcap-countdown {
    background: blue;
    cursor: pointer;
    position:  absolute;
    top: 10px;
    left: 15px;
    cursor: pointer;
    text-align: right;
}

.metaplayer-endcap-repeat,
.metaplayer-endcap-next {
    cursor: pointer;
    position: relative;
    top: 0; left: 0;
}
.metaplayer-endcap-social,
.metaplayer-endcap-again,
.metaplayer-endcap-preview {
    margin: 14px 15px 10px 15px;
}
.metaplayer-endcap-again-thumb,
.metaplayer-endcap-preview-thumb {
    width: 140px;
    height: 90px;
    border:  none;
    float: left;
}
.metaplayer-endcap-again-desc,
.metaplayer-endcap-preview-desc {
    height: 90px;
    margin-left: 140px;
}
.metaplayer-endcap-again-title,
.metaplayer-endcap-preview-title {
    font-size: 14px;
    color: #999;
    padding: 5px;
}

/* Embed */
.metaplayer-endcap-embed {
    padding:  0 15px 0 15px;
    display: none;
}

/* Search */

.metaplayer-endcap-search-title {
    float: left;
}
.metaplayer-endcap-search {
    float: left;
    position: relative;
    top: 5px;
    left: 0;
    margin:  5px 0;
    width: 150px;
    height: 18px;
}
.metaplayer-endcap-search-input {
    position:  absolute;
    right: 36px;
    left: 0px;
    height: 16px;
    padding:  1px;
    color: white;
    cursor: pointer;
    border:  none;
    margin:  0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.metaplayer-endcap-search-input:focus {
    background:  white;
    color: black;
}
.metaplayer-endcap-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 25px;
    cursor: pointer;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    background:  #888;
    color: white;
    font-size: 8px;
    overflow:  hidden;
    border-left:  1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/* Social */
.metaplayer-social-twitter,
.metaplayer-social-facebook {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 90px;
    height: 21px;
    border: none;
    float: left;
}
.metaplayer-social-clear {
    clear: both;
    line-height: 0;
    height : 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=25)';
}

.metaplayer-embed {
    position: relative;
    top: 0; left: 0;
}
.metaplayer-embed-button {
    margin: 2px;
    float: left;
    background: #aaa;
    border:  1px solid #aaa;
    cursor: pointer;
}

.metaplayer-embed-selected {
    border:  1px solid white;
}


.metaplayer-embed-label {
    color: white;
    padding: 2px 5px;
}

.metaplayer-embed-close {
    width: 10px;
    position: absolute;
    right: 7px;
    top: 2px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
    font-family: monospace sans-serif;
}
.metaplayer-embed-textbox {
    position: relative;
    top: 0;
    left: 0;
    background:#888;
    padding: 5px 24px 2px 5px;
}
.metaplayer-embed-text {
	resize:none;
    height: 65px;
    width: 100%;
    margin: 0; padding:  0;
}

.mp-ff {
    overflow-y: auto;
}
.mp-ff-box {
    position: relative;
    top: 0; left: 0;
    height: 0;
    padding-bottom: 0px;
}
.mp-ff iframe {
    display:block;
    width: 100%;
    position: absolute;
    bottom: 0;
}.mp-hl {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
}

.mp-hl-nav {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 1.5em;
    display: none;
}
.mp-hl-prev,
.mp-hl-next {
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    border: 1px solid black;
    margin:  0 2px;
    padding:  1px 4px;
}
.mp-hl-title{
    float: left;
    margin: 0 8px;
}
.mp-hl-scroll{
    /*margin-right: 46px;*/
    overflow: hidden;
}
.mp-hl-item {
    margin: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    background: white
}
.mp-carousel {
    position: relative;
    border:  1px solid black;
}

.mp-carousel-navbar {
    position: absolute;
    bottom: 0;
    height: 24px;
    width: 100%;
    text-align: center;
}
.mp-carousel-nav {
    background: white;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px 2px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.mp-carousel-scroller {
    top:  0px;
    bottom: 25px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.mp-carousel-content {
    background: gray;
    width: 100%;
    height: 100%;
    top: 0;
    float: left;
    clear: none;
    overflow: hidden;
}
.mp-carousel-loading {
    /*background: blue;*/
    height: 100%;
    width: 100%;
}
.mp-carousel-error {
    /*background: red;*/
    height: 100%;
    width: 100%;
}
.mp-carousel-selected {
    background: yellow;
}
.mpf-controlbar {
    position: relative;
    top: 0;
    left: 0;
}
.mpf-controlbar-panel {
    position: relative;
    overflow: hidden;
    top: 0; left: 0;
    width: 100%;
    height: 29px;
    line-height: 29px;
    border-top: 1px solid #565a5f;
    font-family: Arial;
    font-size: 15px;
    background: #424549;
    background: -webkit-gradient(linear, left top, left bottom, from(#424549), to(#2e3034)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #424549,  #2e3034); /* for firefox 3.6+ */
}

.mpf-controlbar-panel-right,
.mpf-controlbar-panel-left {
    position: absolute;;
    top: 0;
    height: 100%;
    padding-left: 10px;
}

.mpf-controlbar-panel-left {
    left: 0;
}
.mpf-controlbar-panel-right {
    right: 0;
}

.mpf-controlbar-play,
.mpf-controlbar-pause,
.mpf-controlbar-back,
.mpf-controlbar-clock,
.mpf-controlbar-cc,
.mpf-controlbar-volume,
.mpf-controlbar-volumebar,
.mpf-controlbar-fullscreen
 {
    margin-right: 10px;
    width: 20px;
    height: 29px;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.mpf-controlbar-back {
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/back-15sec.png") no-repeat 0 6px;
    width: 27px;
}
.mpf-controlbar-cc {
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/CC-button.png") no-repeat 0 6px;
    width: 20px;
}
.mpf-controlbar-cc-off {
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/CC-disabled-button.png") no-repeat 0 6px;
    width: 20px;
}
.mpf-controlbar-fullscreen {
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/fullscreen-button.png") no-repeat 0 6px;
    width: 14px;
}
.mpf-controlbar-play {
    width: 16px;
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/play-button.png") no-repeat 0 6px;
}
.mpf-controlbar-pause {
    width: 16px;
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/pause-button.png") no-repeat 0 6px;
    display: none;
}

.mpf-controlbar-volume {
    width: 19px;
}
.mpf-controlbar-muted,
.mpf-controlbar-volume-0 {
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/volume-0-button.png") no-repeat 0 6px;
}
.mpf-controlbar-volume-1 {
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/volume-1-button.png") no-repeat 0 6px;
}
.mpf-controlbar-volume-2 {
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/volume-2-button.png") no-repeat 0 6px;
}
.mpf-controlbar-unmuted,
.mpf-controlbar-volume-3 {
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/volume-3-button.png") no-repeat 0 6px;
}

.mpf-controlbar-volumebar {
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/volume-bars-none.png") no-repeat 0 6px;
    width: 37px;
    height: 29px;
}
.mpf-controlbar-volumebar-fill {
    width: 64%;
    height: 29px;
    background: url("http://images.thegolfchannel.com/downloads/videoPlayer/images/volume-bars-full.png") no-repeat 0 6px;
}
.mpf-controlbar-clock {
    font-size: 12px;
    height: 29px;
    color: #929292;
    cursor: default;
}
.mpf-controlbar-time,
.mpf-controlbar-time-spacer,
.mpf-controlbar-duration {
    display: inline;
    vertical-align: middle;
}
.mpf-controlbar-time {
    color: #ffffff;
}

/* track */

.mpf-controlbar-track {
    position: relative;
    top: 0; left: 0;
    width: 100%;
    height: 7px;
    background: #191919;
    z-index: 1000;
    cursor: pointer;
    background-image: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/timeline-load.png");
    background-repeat: repeat-x;
}
/*.mp-fullscreen .mpf-controlbar-track  {*/
    /*height: 14px !important;*/
    /*background-size: cover;*/
/*}*/
/*.mp-fullscreen .mpf-controlbar-track-fill {*/
    /*background:  url("controlbar/timeline-play.png") repeat-x;*/
    /*background-size: cover;*/
/*}*/
/*.mp-fullscreen .mpf-controlbar-track-knob {*/
    /*display: none;*/
/*}*/


.mpf-controlbar-track-fill {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 0%;
    background:  url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/timeline-play.png") repeat-x;
    cursor: pointer;

}
.mpf-controlbar-track-buffer {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 0%;
    background:  url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/timeline-load.png") repeat-x;
    cursor: pointer;
}

.mpf-controlbar-track-knob {
    position: absolute;
    top: -4px;
    right: -7px;
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/controlbar/timeline-handle.png") no-repeat;
    height: 14px;
    width: 14px;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
}

.mpf-controlbar-track-overlay {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
}
.mpf-controlbar-track-marker,
.mpf-controlbar-track-result {
    /*-  Q markers: 2x7 px, #0064cb*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: #0064cb;
    cursor: pointer;
}
.mpf-controlbar-track-marker-search {
    background: white;
}


.mpf-controlbar-track-result {
    background: #ffffff;
}





.mpf-searchbar {
    height: 28px;
    line-height: 28px;
    position: relative;
    font-size: 12px;
    font-family: Arial;
    /*background: #5B7D97;*/
    background:#000;
    color: white;
}

/* next up */

.mpf-searchbar-nextup {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    text-shadow: #ffffff .0em .05em .05em;
    background: url("http://images.thegolfchannel.com/downloads/videoPlayer/images/next-arrow.png") no-repeat;
    width: 78px;
    padding-right: 6px;
    height: 28px;
    text-align: center;
    font-size: 12px;
}

.mpf-searchbar-nextup-label {
    display: inline;
}

.mpf-searchbar-nextup-countdown {
    display: inline;
}

/* tags */

.mpf-searchbar-tags {
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    margin-left: 84px;
    margin-right: 164px;
    color: #ffffff;
    text-shadow: #000000 .0em .1em .1em;
}

.mpf-searchbar-tags-scroll {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 999999px; /*need fixed with to prevent wrap*/
}

.mpf-searchbar-tag-selected {
    color: white;
}

.mpf-searchbar-tag-spacer {
    float: left;
}

.mpf-searchbar-tag {
    float: left;
    margin: 0 8px;
    cursor: pointer;
}

.mpf-searchbar-tags-fade {
    background:  #000;
    width: 21px;
    height: 28px;
    position: absolute;
    right: 164px;
    top: 0;
    z-index: 1;

}

/* arrow nav */

.mpf-searchbar-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    right: 128px;
    text-align: right;
    color: #5B7D97;
}

.mpf-searchbar-nav-prev,
.mpf-searchbar-nav-next {
    width: 18px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
}

.mpf-searchbar-nav-prev {
    background: url("http://images.thegolfchannel.com/downloads/videoPlayer/images/previous-tag-button.png") no-repeat 4px 7px;;
}

.mpf-searchbar-nav-next {
    background: url("http://images.thegolfchannel.com/downloads/videoPlayer/images/next-tag-button.png") no-repeat 4px 7px;
}

/* search */

.mpf-searchbar-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 128px;
    font-size: 12px;
}

.mpf-searchbar-search-inputbox {
    position: absolute;
    left: 4px;
    right: 30px;
    top: 4px;
    bottom: 4px;
}

.mpf-searchbar-search-input {
    width: 100%;
    display: block;
    height: 12px;
    border: 0;
    outline-width: 0;
    margin: 0 !important;
    padding: 4px 0 4px 8px !important;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background: #333;
    color:white;
}

.mpf-searchbar-search-submit {
    position: absolute;
    right: 2px;
    width: 20px;
    top: 4px;
    bottom: 4px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #333333  url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/searchbar/search-icon.png") no-repeat 2px 4px;
    cursor: pointer;
}


/* results */

.mpf-searchbar-results {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 100%;
    right: 164px;
    color: #ffffff;
    text-shadow: #30485C .0em .1em .1em;
    font-size: 12px;
}


.mpf-searchbar-results-clear {
    display:inline-block;
    width: 15px;
    height: 16px;
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/searchbar/clear-search-icon.png") no-repeat;
    margin: -4px 8px;
    cursor: pointer;
}
.mpf-searchbar-results-query {
    margin-right: 8px;
    font-weight: bold;
    display:inline-block;
}

.mpf-searchbar-results-list {
    display:inline-block;
    white-space: nowrap;;
}

.mpf-searchbar-results-label {
    color: #c6c6c6;
    display:inline-block;
}
.mpf-searchbar-results-item {
    display:inline-block;
    margin-left: 12px;
    cursor:pointer;
}

.mpf-searchbar-tags-fade {
    background:  url("http://images.thegolfchannel.com/downloads/videoPlayer/images/tag-bar-fade.png") no-repeat;
    width: 21px;
    height: 28px;
    position: absolute;
    right: 164px;
    top: 0;
    z-index: 1;
}
.mp-tracktip {
    position: absolute;
    top: -32px;
    background: #2D3133;
    color: white;
    border: 1px solid black;
    left: 50px;
    border-radius: 10px;
    padding: 2px 8px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    display: none;
    width: 200px;
}

.mp-tracktip-thumb {
    height: 64px;
    float: left;
    margin-right: 8px;
}
.mp-tracktip-cc {
    padding-left: 10px;
}
.mp-tracktip-box {
    margin-top: 4px;
}

.mp-tracktip-time {
    margin: 4px 0;
    text-align: center;
    font-weight: bold;
}
.mp-tracktip-clear {
    clear: both;
    height: 1px;
    line-height: 1px;
}

.mp-fullscreen .mp-tracktip {
}
.mp-fullscreen .mp-tracktip-thumb {
    height: 5em !important;
}
.mp-cc-config {
    position: absolute;
    top: 0; left: 0;
    background: rgba(33,33,33,.5);
    font-family: Arial;
    color: #ffffff;
    /*height: 100%;*/
    width: 100%;
    text-align: center;
    z-index: 101;
}

.mp-cc-config-panel {
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 480px;
    position: relative;
    /*background: rgba(99,0,99,.5);*/
}

.mp-cc-config-header {
    line-height: 23px;
    position: relative;
}
.mp-cc-config-badge {
    display: inline-block;
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/captionconfig/CC-settings-icon.png");
    width: 33px;
    height: 23px;
    margin-right: 10px;
    vertical-align: bottom;
}
.mp-cc-config-title {
    display: inline;
}
.mp-cc-config-header-right {
    position: absolute;
    right: 0px;
    top: 0;
    height: 2em;
    text-align: right;
}
.mp-cc-config-save,
.mp-cc-config-reset {
    font-size: .9em;
    display: inline;
    padding: .25em;
    cursor: pointer;
}
.mp-cc-config-separator {
    display: inline-block;
    background: #999999;
    width: .1em;
    height: 1em;
    margin: 0 10px;
    vertical-align: middle;
}
.mp-cc-config-save {
    font-family: "Arial Bold";
    font-weight: bold;
}

.mp-cc-config-hr {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #979797;
    opacity: .9;
}

.mp-cc-config-body {
    padding-top: 10px;
    width: 100%;
}

.mp-cc-config-left {
    width: 60%;
    float: left;
}


.mp-cc-config-right {
    width: 40%;
    float: right;
}
.mp-cc-config-footer {
    display: none;
    position: relative;
    /*height: 45px;*/
    /*background: url("captionconfig/frame-opacity-thumb.gif") repeat-x;*/
    /*background-size: cover;*/
    font-size: 20px;
}

.mp-cc-config-footer .mp-cc-frame {
    position: absolute;
    line-height: normal;
    text-align: center;
    top: 4px;
    left: 0;
    right: 0;
}

.mp-cc-config-row {
    line-height: 24px;
    padding-bottom: 10px;
    position: relative;
}
.mp-cc-config-label {
    font-size: 14px;
    color: #b5b5b5;
    text-align: right;
    width: 95px;
}
.mp-cc-config-row-body {
    position: absolute;
    left: 105px;
    top: 0;
    right: 0;
    vertical-align: middle;
}

/* left column needs less room for labels, but needs more for boxes */
.mp-cc-config-left .mp-cc-config-label {
    width: 80px;
}
.mp-cc-config-left .mp-cc-config-row-body {
    left: 90px;
}

.mp-cc-config-row-body select,
.mp-cc-config-colorbox {
    width: 100%;
}

.mp-cc-config-color {
    border: 2px solid rgba(0,0,0,0);
    display: inline-block;
    cursor: pointer;
    border-radius: 1px;
}
.mp-cc-config-color-selected {
    border-color: red;
}
.mp-cc-config-fill {
    border: 1px solid #cccccc;
    width: 18px;
    height: 18px;
}

.mp-cc-config-clear{
    line-height: 1px;
    height: 1px;
    font-size: 1px;
    clear: both;
}

.mp-cc-config-carousel {
    position: relative;
    height: 24px;
}

.mp-cc-config-carousel-next {
    width: 11px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 2px;
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/captionconfig/settings-arrow-right.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

.mp-cc-config-carousel-previous {
    width: 11px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/captionconfig/settings-arrow-left.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

.mp-cc-config-carousel-body {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 2px;
    text-align: center;
}

.mp-cc-config-row-empty {
    height: 34px;
}
.mp-cc-config-text-size,
.mp-cc-config-text-edge,
.mp-cc-config-text-opacity {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    width: 100%;
}
.mp-cc-config-text-template {
    background: gray;
    line-height: 18px;
    height: 18px;
}
.mp-cc-config-text-opacity .mp-cc-config-text-template,
.mp-cc-config-frame-opacity {
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/captionconfig/frame-opacity-thumb.gif") repeat-x;
    background-size: 100%;
    height: 18px;
    width: 100%;
}
.mp-cc-config-frame-fill {
    background: rgba(0,0,0,1);
    position: absolute;;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}

.mp-cc-config-text-size-50 {
    font-size: .5em;
}
.mp-cc-config-text-size-100 {
    font-size: 1em;
}
.mp-cc-config-text-size-150 {
    font-size: 1.5em;
}
.mp-cc-config-text-size-200 {
    font-size: 2em;
}

.mp-cc-config-text-edge-none div  {
    text-shadow: none;
    filter: none;
}
.mp-cc-config-text-edge-drop div {
    text-shadow: #000000 .1em .1em 2px;
    filter: progid:DXImageTransform.Microsoft.DropShadow(offX=1,offY=1,color=000000);
}
.mp-cc-config-text-edge-outline div {
    color: #ffffff;
    text-shadow: #000000 1px 1px 0, #000000 -1px -1px 0, #000000 1px -1px 0, #000000 -1px 1px 0;
    filter: glow(color=black,strength=3);
}
.mp-cc-config-text-edge-raised div {
    color: #000000;
    text-shadow: #ffffff -1px -1px 0;
    filter: progid:DXImageTransform.Microsoft.DropShadow(offX=-1,offY=-1,color=ffffff);

}.mp-cc-config-text-edge-depressed div {
     color: #000000;
     text-shadow: #ffffff 1px 1px 0;
     filter: progid:DXImageTransform.Microsoft.DropShadow(offX=1,offY=1,color=ffffff);
 }
.mp-cc-config-text-edge-uniform div {
    color: #000000;
    text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0, #ffffff 1px -1px 0, #ffffff -1px 1px 0;
    filter: glow(color=white,strength=3);
}

.mp-cc-config-text-opacity-normal div {
    opacity: 1;
}
.mp-cc-config-text-opacity-semi div {
    opacity: .75;
}

.mp-cc-config-frame-opacity-trans div{
    opacity: 0;
}
.mp-cc-config-frame-opacity-semi div{
    opacity: .5;
}
.mp-cc-config-frame-opacity-opaque div{
    opacity: 1;
}

.mp-cc-settings-btn {
    height: 29px;
    margin-right: 10px;
    width: 20px;
    height: 29px;
    display: inline-block;
    float: left;
    cursor: pointer;
    background: url("http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/captionconfig/settings-button.png") no-repeat 0 6px;
}/* share menu */

.mpf-share-panel {
    position: absolute;
    z-index: 1500;
    right: 10px;
    bottom: 10px;
    width: 225px;
    height: 100px;
    background: #424549;
    background: -webkit-gradient(linear, left top, left bottom, from(#424549), to(#2e3034)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #424549,  #2e3034); /* for firefox 3.6+ */
    border: 1px solid #494949;
}

.mpf-share-button {
    color: white;
    font-size: 12px;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 1px 8px;
    cursor: pointer;
    margin-right: 10px;
}
.mpf-share-button:hover {
    color: white;
    font-size: 12px;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 1px 8px;
    opacity: .9;
}


.mpf-share-buttons {
    padding: 8px  8px  4px  8px;
    height: 20px;
}

.mpf-share-close {
    text-align: center;
    font-family: sans-serif;
    color: white;
    height: 15px;
    width: 15px;
    position: absolute;
    background-size: 100%;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.mpf-share-row {
    line-height: 25px;
    padding: 4px 8px;
}
.mpf-share-label {
    font-family: Maven Pro, sans-serif;
    float: left;
    width: 75px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}
.mpf-share-panel input {
    background: black;
    color: white;
    border: 1px solid #494949;
    padding: 2px 4px;
    vertical-align: baseline;
    width: 120px;
}
.metaplayer-captions {
    bottom: 40px;
    color: white;
    text-shadow: 0 0 5px black, 0 0 5px black, 0 0 10px black, 0 0 10px black;
    font-family: Verdana, sans-serif;
}
.metaplayer-captions-text {
    /*font-size: 14px;*/
    padding: 10px;
}

.mp-controls {
    background: silver;
    height: 26px;
}
.mp-controls-box {
    background: #aaa;
}

.mp-controls-time {
    text-shadow: 0 0 2px #666;
    font-family: verdana, arial, sans-serif;
    font-size:11px;
    height:100%;
    width: 100px;
    vertical-align: top;
    margin-top: -4px;
}
.mp-controls-time-current {
    color: black;
    text-shadow: 0 1px 0 #fff;
}

.mp-controls-time-duration {
    text-shadow: none;
    color:#777777;
}

.mp-controls-play {
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/play-28x24.png');
    left: 7px;
}

.mp-controls-pause {
    background-image: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/pause-28x24.png');
}

.mp-controls-fullscreen {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/fullscreen-32x24.png');
}

.mp-controls-track {
    border: 1px solid dimGray;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #4C4C4C;
    height: 15px;
    margin-left: 30px;

}

.mp-controls-track-fill {
    background: #d3d3d3; /* for non-css3 browsers */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3', endColorstr='#9f9f9f');  for IE but doesn't work in IE9 */
    background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#9f9f9f)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #d3d3d3,  #9f9f9f); /* for firefox 3.6+ */
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    }

.mp-controls-track-marker {
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/dot-blue.png') no-repeat;
}

.mp-controls-query {
    background: transparent url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/dot-orange.png') no-repeat;
}

.mp-controls-tag {
}

.mp-controls-metaq {
}

.mp-controls-track-knob {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/playhead.png') no-repeat;
    border:  none;
    width:9px;
    height:20px;
    top:-2px;
}

.mp-controls-track-knob:hover {
    border:  none;
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/playhead.png') no-repeat;
}

.mp-controls-track-knob:active {
    border:  none;
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/playhead.png') no-repeat;
}

.mp-controls-track-buffer {
    background: #666;
    border-radius: 5px;
}


.metaplayer-embed-button {
    border:  none;
    opacity: 0.7;
}

.metaplayer-embed-selected {
    border:  none;
    opacity: 1;
}

.metaplayer-embed-label {
    display: none;
}
.metaplayer-embed-small {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/embed-small.png');
    width: 12px;
    height: 12px;
    cursor: pointer
}
.metaplayer-embed-medium {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/embed-medium.png');
    width: 16px;
    height: 12px;
    cursor: pointer
}
.metaplayer-embed-large {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/embed-big.png');
    width: 20px;
    height: 12px;
    cursor: pointer
}

.metaplayer-embed-textbox {
    position:relative;
    top: 0;
    left:0;
    background:#878787;
    right: 0;
    height:70px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.metaplayer-embed-text {
    color: #FFFFFF;
    background:#878787;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.metaplayer-embed-header {
    float: left;
    font-size: 14px;
    font-weight: bold;

}.metaplayer-endcap{
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/black80.png');
}

.metaplayer-endcap-again-icon {
    position: absolute;
    width: 20px;
    height: 26px;
    top: 10px;
    left: 15px;
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/watch-again-20x26.png') no-repeat;
}
.metaplayer-endcap-countdown {
    position: absolute;
    width: 38px;
    height: 26px;
    top: 10px;
    left: 10px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    background: transparent;
    text-align: center;
}

.metaplayer-endcap-left-title,
.metaplayer-endcap-right-title {
    padding-top: 16px;
    padding-left: 50px;
}

.metaplayer-endcap-search-input,
.metaplayer-endcap-search-input:focus
{
    background: none repeat scroll 0 0 #878787;
    border: 0 none;
    color: #FFFFFF;
    font-family: arial,sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    right: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-right: 30px;
}
.metaplayer-endcap-search-btn {
    background-image: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/search-16.png');
    background-color: #878787;
    height: 16px;
    width: 16px;
    margin: 1px 0;
    background-repeat:no-repeat;
    background-position:center;
    border: none;
    z-index: 10;
}

.metaplayer-overlay {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/black80.png');
}

.metaplayer-overlay-tag-label {
    color: #439DDD;
    background: none;
}
.metaplayer-overlay-tag-label:hover {
    color: #FFF;
}

.metaplayer-overlay-search-input,
.metaplayer-overlay-search-input:focus
{
    right: 0px;
    background-color: #878787;
    color: white;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-right: 30px;
}
.metaplayer-overlay-search-btn {
    background-image: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/search-16.png');
    background-color: #878787;
    height: 16px;
    width: 16px;
    margin: 1px 0;
    background-repeat:no-repeat;
    background-position:center;
    border: none;
    z-index: 10;
}

.metaplayer-overlay-play {
    width: 28px;
    height: 24px;
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/play-28x24.png');
}

.metaplayer-overlay-pause {
    width: 28px;
    height: 24px;
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/pause-28x24.png');
}

.metaplayer-overlay-cc {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/cc-32x24.png');
    width: 32px;
    height: 24px;
}

.metaplayer-overlay-cc-off {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/cc-disabled.png');
    width: 32px;
    height: 24px;
}

.metaplayer-overlay-mute {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/vol-20x24.png');
    width: 22px;
    height: 24px;
}
.metaplayer-overlay-unmute {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/mute-22x24.png');
    width: 22px;
    height: 24px;
}
.metaplayer-overlay-volume {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/volume-bars-blue.png');
}
.metaplayer-overlay-volume-bg {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/control/volume-bars.png');
    width: 79px;
    height: 24px;
}
/* Close */
.metaplayer-overlay-close-btn {
    background: url('http://www.golfchannel.com/topics/FileResource/themes/projects/root/3.10/scripts/player/build/mp2/assets/close-button-arrow.png') no-repeat;
    width: 25px;
    height: 25px;
}
