/**
 * Main SGPlayer CSS.
 *
 * Date: 07/22/2014
 * Authors: Elijah Atkinson, Dean Mitchell, Sean Haas
 **/

/*
===================================
Element Specific Player Styles
===================================
*/
#player {
    height: 250px;
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
/* Fixes display issue with flash fallback container in Opera browser. */
#player object {
    position: absolute;
}
#videoPrerollWrapper {
    position: absolute;
    top: 0px;
    z-index: 99999;
    width: 100%;
    /*Reducing height to account for the new top-padding on this element.*/
    height:235px;/*height: 254px;*/
    padding-top: 19px;
    background-color: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#playerWrapper #videoPrerollWrapper.noCompanion {
    width: 100%;
}
#videoPrerollLink {
    position: relative;
}
#videoPrerollOverlay {
    /*An overlay div to allow linking to
    video preroll clickthrough urls.*/
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    /*Base 64 encoded 1x1 transparent image to force overlay rendering on IE9.*/
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}
#videoPrerollMessage {
    /* Hidden by default until the duration of
    the preroll is known. */
    display: none;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}
#videoPrerollPlayer {
    /*margin-top:19px;*/
    height: 216px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#videoPrerollPlayer .vjs-control-bar {
    display: none;
}
.videoPrerollBanner {
    width: 300px;
    height: 250px;
    display: inline-block;
}
#controlDisplayArea {
    float: left;
    position: relative;
    height: inherit;
}
#playerInfoArea {
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    height: inherit;
    width: 250px;
    overflow: hidden;
}
#bannerAd {
    float: left;
    height: inherit;
}
#nowPlaying {
    float: left;
    width: inherit;
    padding-top: 5px;
}
#prevPlayed {
    /**
     * Hide this element on load by default
     * Player logic will show it if there is
     * metadata to display.
     */
    display: none;
    position: absolute;
    bottom: 5px;
    left: 0;
    margin-left: 10px;
    width: inherit;
    font-size: 12px;
}
#prevPlayed .title {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}
#loadingIndicator {
    float: left;
    position: relative;
    width: 250px;
    height: 250px;
}
#art {
    float: left;
    width: 250px;
    height: 250px;
    z-index:-1;
}
#playerControls {
    float: left;
    clear: both;
    height: 25px;
    width: 250px;
    margin-top: -25px;
    background-color: #0F0F0F;
}
#vol {
    float: left;
    margin-left: 0;
}
#minVol {
    float: left;
}
#maxVol {
    float: left;
}
#playPauseButton {
    float: left;
}
#time {
    font-size: 14px;
    float: left;
    margin-top: 0.3em;
    margin-left: 0.3em;
    color: #FFFFFF;
}
#volumeSlider {
    float: left;
    width: 5em;
    margin-top: 0.3em;
    margin-left: 1em;
    margin-right: 1em;
}
#amazonLink img {
    border: 0;
}
#songInfo {
    max-height: 106px;
    overflow: hidden;
}
#streamSelector {
    padding: 0.2em 0 0.2em 0;
}
#stream-selector {
    max-width: 190px;
}
#stream-selector-table-wrapper,
#stream-selector-list-wrapper {
    border: 1px solid #808080;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* List stream selector */
#stream-selector-list-wrapper #stream-selector-list {
    list-style: none;
    float: left;
    clear:left;
    padding: 0;
    margin: 5px;
}
#stream-selector-list .ui-button-text {
    font-size: 10px;
}
#stream-selector-list .stream-row {
    float: left;
    clear: left;
    margin-bottom: 5px;
}
#stream-selector-list .stream-row label {
    float: left;
    padding-right: 5px;
}
#stream-selector-list .stream-row .stream-sources {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
#stream-selector-list .stream-row .stream-sources li {
    float: left;
    padding-right: 5px;
}
/* END list stream selector */
/* Table stream selector */
#stream-selector-table-wrapper #stream-selector-table {
    width: 100%;
    border-top: 1px solid #000000;
}
#stream-selector-table tr:nth-child(even) {
    background-color: #313131;
}
#stream-selector-table .stream-row td {
    padding-right: 5px;
}
#stream-selector-table .ui-button-text {
    font-size: 10px;
}
#stream-selector-table button.source-selector {
    width: 100%;
}
/* END table stream selector */
.source-selector.ui-btn.ui-button-active {
    background: #307fe2;
}
#songTitle,
.songTitle {
    float: left;
    clear: both;
    font-size: 25px;
    overflow: hidden;
    white-space: nowrap;
}
#songArtist,
.songArtist,
#songAlbum,
.songAlbum {
    float: left;
    clear: both;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
}
#debug {
    background-color: #C6C6C6;
    color: #000000;
}
.RecentSong {
    float: left;
    clear: both;
    white-space: nowrap;
    width: 100%;
}
.RecentSong .RecentSongBuyNow {
    width: 15px;
    height: 15px;
    background-repeat:  no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 5px;
}
.RecentSong .RecentSongBuyNow.amazon {
    background-image: url('../assets/img/amazon.png');
}
.RecentSong .RecentSongBuyNow.amazon.disabled {
    background-image: url('../assets/img/amazon-disabled.png');
}
.RecentSong .RecentSongTitle {
    vertical-align: bottom;
}
#infoButton,
#amazonButton,
#socialButtons {
    float: left;
    border: 0;
}
#infoButton a,
#amazonButton a,
#socialButtons a {
    display: inline-block;
    padding: 0 5px 0 0;
    border: 0;
}

/*
===================================
Player Themes
(Apply class to page body tag.)
===================================
*/
/* Gray and black gradient with gray and black borders. */
.sg-gray {
    background-color: inherit;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
}
.sg-gray #player {
    /* Hidden until video preroll is done */
    box-shadow: 6px 0px 5px -5px #000, -6px 0px 5px -5px #000;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border: 1px solid #000000;
    background: rgb(69,72,77); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sg-gray #controlDisplayArea {
    border: 1px solid #808080;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sg-gray #art {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sg-gray #playerControls {
    border-top: 1px solid #000000;
    text-shadow: none;
    color: #e3e3e3;
    background: #111 url(black-tie/images/ui-bg_glass_40_111111_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    margin-top: -1.6em;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.sg-gray #playerControls .ui-state-default,
.sg-gray #playerControls .ui-state-hover {
    border: 0;
}
.sg-gray #playerControls .player-button {
    background: none;
}
.sg-gray #playerControls .player-button:hover {
    background: #1c1c1c url(black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png) 50% 50% repeat-x;
}
.sg-gray #playerControls #playPauseButton {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.sg-gray #playerControls #time {
    margin-top: 0.3em;
    margin-left: 0.3em;
    color: #FFFFFF;
}
.sg-gray #volumeSlider {
    border: 1px solid #000000;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    height: 0.5em;
    margin-top: 0.4em;
    margin-left: 0.6em;
    margin-right: 0.6em;
    background: rgb(32,32,32); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzJjMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(32,32,32,1) 0%, rgba(44,44,44,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,32,32,1)), color-stop(100%,rgba(44,44,44,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-8 */
}
.sg-gray #volumeSlider .ui-slider-range {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
    background: rgb(93,165,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Nzg2Y2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(93,165,255,1) 0%, rgba(71,134,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,165,255,1)), color-stop(100%,rgba(71,134,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da5ff', endColorstr='#4786ce',GradientType=0 ); /* IE6-8 */
}
.sg-gray #volumeSlider .ui-slider-handle {
    top: -0.2em;
    width: 0.8em;
    height: 0.8em;
    border: 1px solid #000000;
}
.sg-gray #volumeSlider .ui-slider-handle:focus {
    outline: 0;
    -moz-box-shadow: inset 0 0 3px #387bbe,0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe,0 0 9px #387bbe;
    box-shadow: inset 0 0 3px #387bbe,0 0 9px #387bbe;
}
.sg-gray #playerInfoArea {
    border: 1px solid #808080;
    border-left: 1px solid #000000;
}
.sg-gray #playerInfoArea {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sg-gray #bannerAd {
    border: 1px solid #808080;
    border-left: 1px solid #000000;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sg-gray #bannerAd img {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*
===================================
Player Themes
(Apply class to page body tag.)
===================================
*/
/* Gray and black gradient with gray and black borders. */
.sg-gray-box {
    background-color: inherit;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    height: 526px;
}
.sg-gray-box #player {
    /* Hidden until video preroll is done */
    box-shadow: 6px 0px 5px -5px #000, -6px 0px 5px -5px #000;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    /*border: 1px solid #000000;*/
    background: rgb(69,72,77); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sg-gray-box #controlDisplayArea {
    border: 1px solid #808080;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sg-gray-box #art {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sg-gray-box #playerControls {
    border-top: 1px solid #000000;
    text-shadow: none;
    color: #e3e3e3;
    background: #111 url(black-tie/images/ui-bg_glass_40_111111_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    margin-top: -1.6em;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.sg-gray-box #playerControls .ui-state-default,
.sg-gray-box #playerControls .ui-state-hover {
    border: 0;
}
.sg-gray-box #playerControls .player-button {
    background: none;
}
.sg-gray-box #playerControls .player-button:hover {
    background: #1c1c1c url(black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png) 50% 50% repeat-x;
}
.sg-gray-box #playerControls #playPauseButton {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.sg-gray-box #playerControls #time {
    margin-top: 0.3em;
    margin-left: 0.3em;
    color: #FFFFFF;
}
.sg-gray-box #volumeSlider {
    border: 1px solid #000000;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    height: 0.5em;
    margin-top: 0.4em;
    margin-left: 0.6em;
    margin-right: 0.6em;
    background: rgb(32,32,32); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzJjMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(32,32,32,1) 0%, rgba(44,44,44,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,32,32,1)), color-stop(100%,rgba(44,44,44,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-8 */
}
.sg-gray-box #volumeSlider .ui-slider-range {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
    background: rgb(93,165,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Nzg2Y2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(93,165,255,1) 0%, rgba(71,134,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,165,255,1)), color-stop(100%,rgba(71,134,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da5ff', endColorstr='#4786ce',GradientType=0 ); /* IE6-8 */
}
.sg-gray-box #volumeSlider .ui-slider-handle {
    top: -0.2em;
    width: 0.8em;
    height: 0.8em;
    border: 1px solid #000000;
}
.sg-gray-box #volumeSlider .ui-slider-handle:focus {
    outline: 0;
    -moz-box-shadow: inset 0 0 3px #387bbe,0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe,0 0 9px #387bbe;
    box-shadow: inset 0 0 3px #387bbe,0 0 9px #387bbe;
}
.sg-gray-box #playerInfoArea {
    border: 1px solid #808080;
    border-left: 1px solid #000000;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sg-gray-box #bannerAd {
    float:none;
    margin-left: auto;
    margin-right: auto;
    width: 58%;
    height:auto;
}
.sg-gray-box #bannerAd img {
    border: 2px solid #000000;
    border-left: 2px solid #000000;
}
.sg-gray-box #bannerAd iframe {
    border: 2px solid #000000;
    border-left: 2px solid #000000;
}

.sg-gray-box .layout-banner-ad { width: 525px; height: 506px; }
.sg-gray-box .layout-banner-ad #videoPrerollWrapper { left: 0;}

/* Theme Template */
.sg-temp {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
}
.sg-temp #player {}
.sg-temp #controlDisplayArea {}
.sg-temp #art {}
.sg-temp #playerControls {}
.sg-temp #playerControls .ui-state-default,
.sg-temp #playerControls .ui-state-hover {}
.sg-temp #playerControls #playPauseButton {}
.sg-temp #playerControls #time {}
.sg-temp #volumeSlider {}
.sg-temp #volumeSlider .ui-slider-range {}
.sg-temp #volumeSlider .ui-slider-handle {}
.sg-temp #volumeSlider .ui-slider-handle:focus {}
.sg-temp #playerInfoArea {}
.sg-temp #playerInfoArea {}
.sg-temp .layout-banner-ad #playerInfoArea {}
.sg-temp #bannerAd {}


/***************************************************************
 * A video player theme, 640x480
 * Wlowe
 */
.sg-gray-video {
    background-color: inherit;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    height: 480px;
}
.sg-gray-video #videoContainingBlock {
    width: 640px;
    height: 480px;
}
.sg-gray-video .layout-banner-ad-video {
    height: 487px;
}

.sg-gray-video #player {
    /* Hidden until video preroll is done */
    box-shadow: 6px 0px 5px -5px #000, -6px 0px 5px -5px #000;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    /*border: 1px solid #000000;*/
    background: rgb(69,72,77); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: initial;
}
.sg-gray-video #controlDisplayArea {
    border: 1px solid #808080;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
    padding: 3px;
}
.sg-gray-video #art {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sg-gray-video #playerControls {
    border-top: 1px solid #000000;
    text-shadow: none;
    color: #e3e3e3;
    background: #111 url(black-tie/images/ui-bg_glass_40_111111_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    margin-top: -1.6em;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.sg-gray-video #playerControls .ui-state-default,
.sg-gray-video #playerControls .ui-state-hover {
    border: 0;
}
.sg-gray-video #playerControls .player-button {
    background: none;
}
.sg-gray-video #playerControls .player-button:hover {
    background: #1c1c1c url(black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png) 50% 50% repeat-x;
}
.sg-gray-video #playerControls #playPauseButton {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.sg-gray-video #playerControls #time {
    margin-top: 0.3em;
    margin-left: 0.3em;
    color: #FFFFFF;
}
.sg-gray-video #volumeSlider {
    border: 1px solid #000000;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    height: 0.5em;
    margin-top: 0.4em;
    margin-left: 0.6em;
    margin-right: 0.6em;
    background: rgb(32,32,32); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzJjMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(32,32,32,1) 0%, rgba(44,44,44,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,32,32,1)), color-stop(100%,rgba(44,44,44,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(32,32,32,1) 0%,rgba(44,44,44,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-8 */
}
.sg-gray-video #volumeSlider .ui-slider-range {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
    background: rgb(93,165,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Nzg2Y2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(93,165,255,1) 0%, rgba(71,134,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,165,255,1)), color-stop(100%,rgba(71,134,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(93,165,255,1) 0%,rgba(71,134,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da5ff', endColorstr='#4786ce',GradientType=0 ); /* IE6-8 */
}
.sg-gray-video #volumeSlider .ui-slider-handle {
    top: -0.2em;
    width: 0.8em;
    height: 0.8em;
    border: 1px solid #000000;
}
.sg-gray-video #volumeSlider .ui-slider-handle:focus {
    outline: 0;
    -moz-box-shadow: inset 0 0 3px #387bbe,0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe,0 0 9px #387bbe;
    box-shadow: inset 0 0 3px #387bbe,0 0 9px #387bbe;
}
.sg-gray-video #nowPlaying {
    float: left;
    width: inherit;
    padding-top: 0px;
    overflow: hidden;
}

.sg-gray-video #playerInfoArea {
    border-left: 1px solid #000000;
    padding: 3px;
    margin-right: 3px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
    overflow: visible;
}
.sg-gray-video #bannerAd {
    float:none;
    margin-left: auto;
    margin-right: auto;
    width: 58%;
}
.sg-gray-video #bannerAd img {
    border: 2px solid #000000;
    border-left: 2px solid #000000;
}
.sg-gray-video #bannerAd iframe {
    border: 2px solid #000000;
    border-left: 2px solid #000000;
}

.sg-gray-video .layout-banner-ad { width: 525px; height: 506px; }
.sg-gray-video .layout-banner-ad #videoPrerollWrapper { left: 0;}

.sg-gray-video #streamSelector {
    padding:initial;
    padding-top: 0.34em;
}

.sg-gray-video #streamSelector.audio {
    position: relative;
    bottom: 72px;
}
/* This adds a board and setup padding to centor.
.sg-gray-video #socialButtons {
    width: inherit;
    border: 2px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 1px #999;
    -moz-box-shadow: 0px 0px 1px #999;
    box-shadow: 0px 0px 1px #999;
}*/

.sg-gray-video #socialButtons a:first-child {
    padding: 5px 5px 5px 5px;
}

.sg-gray-video #socialButtons a {
    padding: 5px 5px 5px 0px;
}
.sg-gray-video #amazonButton a {
    padding: 5px 0px 5px 0px;
}
/***************************************************************
 * This section is for the audio player layout, when using the sg-gray-video theme
 * Wlowe
 */
 .sg-gray-video #controlDisplayArea {
    height: 480px;
 }

.sg-gray-video #controlDisplayArea img {
    width: 336px;
    height: 336px;
    padding-top: 77px;
    padding-right: 305px;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    border-radius: initial;
}

.sg-gray-video #controlDisplayArea #playerControls {
    position: relative;
    width: 640px;
    top: 70px;
    border-bottom-right-radius: 5px;
}

.sg-gray-video #controlDisplayArea #playerControls #vol {
    right: 5px;
    position: absolute;
}

.sg-gray-video #playerInfoArea #prevPlayed {
    top: 8px;
    left:-306px;
    height: 155px;
}

.sg-gray-video #nowPlaying #songInfo {
    left: -642px;
    width: 330px;
    position: absolute;
}

.sg-gray-video #nowPlaying #songInfo.video {
    left: 0px;
    width: inherit;
    position: relative;
}

.sg-gray-video #bannerAd {
    top: 164.8px;
    position: absolute;
    right: 266px;
    width: 300px;
    height: 250px;
}

/*
===================================
Loading Wigit
===================================
*/
.ui-loader {
    border: 0 none;
    display: none;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4em;
    z-index: 9999999;
    background: none repeat scroll 0 0 #2A2A2A;
    border-color: #1D1D1D;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #111111;
    box-shadow: 0 1px 1px -1px #FFFFFF;
    opacity: 0.88;
    padding: 0.625em;
    width: 8em;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    border-radius: 0.3125em;
}
.ui-loader h1 {
    font-size: 1em;
    margin: 0;
    text-align: center;
}
.ui-loader .ui-icon-loading {
    margin: 0 auto 0.625em;
    opacity: 0.75;
}
.ui-loader .ui-icon-loading {
    display: table;
    margin: 0 auto 0 auto;
    border-radius: 2.25em;
    padding: 0.0625em;
    height: 2.76em;
    width: 2.76em;
}
.ui-icon-loading {
    background: url("../assets/img/loader.gif") no-repeat center;
}
/* End Loading Wigit */

/*
===================================
Video.js Custom Styles
===================================
*/
#videoContainingBlock {
  margin: 0;
  display: none;    /* Hide by default, javascript shows video */
  width: 345px;
  height: 250px;
  float: left;
}
.videoWrapper {
  position: relative;
  height: inherit;
  width: inherit;
}
#videoArea {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 0;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
}
.video-js {
  height: 100%;
  width: 100%;
  position: inherit;
}
/* End Video.js wigit styles */

/*
===================================
General Classes
===================================
*/
/* Center any element in its parent div. Requires declared height and width properties. */
.absolute-center {
    margin: auto;
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.hidden {
    display: none;
}
.player-button {
    float: left;
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    border-top: 0;
    border-bottom: 0;
}
.player-button span.ui-icon {
    float: left;
    margin: 0 4px;
}
.side-shadows-dark {
    box-shadow: 6px 0px 5px -5px #000, -6px 0px 5px -5px #000;
}
.text-shadow-dark {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.filler-gradient-gray {
    background: rgb(69,72,77); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}
.round-edges-all {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.round-edges-bottom-left {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.round-edges-left {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.round-edges-right {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.border-dark {
    border: 1px solid #000000;
}
.border-light {
    border: 1px solid #808080;
}
.border-left-divider {
    border-left: 1px solid #000000;
}

/*
=====================================
Art element backgroud color classes
=====================================
One of these classes can be added to the end of the
"layout" player config variable to change the background
color of the player's art display area.
*/
.art-bgcolor-white #art {
    background-color: #FFFFFF;
}

.art-bgcolor-black #art {
    background-color: #000000;
}

.arg-bgcolor-inherit #art {
    background-color: inherit;
}

/*
===================================
Main player layout classes.
(These can be selected by editing the
 "layout" variable in the player config.)
===================================
*/
/* Standard layout. No banner ad. No video. */
.layout-standard {
    width: 526px;
    height: 254px;
}
.layout-standard #bannerAd {
    display: none;
}

/* Standard layout with extra width for video and no banner ad. */
.layout-standard-video {
    width: 621px;
    height: 254px;
}
.layout-standard-video #bannerAd {
    display: none;
}

/* Standard height layout, variable width based on logo artwork. Single stream, no metadata, no video */
.layout-standard.no-metadata {
    width: auto;
    height: 250px;
}
.layout-standard.no-metadata #player {
    height: auto;
}
.layout-standard.no-metadata #controlDisplayArea {
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.layout-standard.no-metadata #videoContainingBlock {
    display: none;
}
.layout-standard.no-metadata #art {
    width: auto;
    min-width: 250px;
    max-height: 220px;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.layout-standard.no-metadata #playerControls {
    width: 100%;
    margin-top: 0;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.layout-standard.no-metadata #playerControls #vol {
    float: right;
}
.layout-standard.no-metadata #maxVol {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.layout-standard.no-metadata #bannerAd,
.layout-standard.no-metadata #playerInfoArea {
    /*Hide these elements for this layout.*/
    display: none !important;
}

/* Banner ad enabled layout. No video.*/
.layout-banner-ad {
    width: 828px;
    height: 254px;
}
.layout-banner-ad #videoPrerollWrapper {
    width: 524px;
}
.layout-banner-ad #playerInfoArea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Banner ad Layout with extra width for video. */
.layout-banner-ad-video {
    width: 923px;
    height: 254px;
}
.layout-banner-ad-video #videoPrerollWrapper {
    width: 572px;
}
.layout-banner-ad-video #playerInfoArea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Small layout: Video enabled, No metadata, no ads */
.layout-small {
    height: 124px;
}
.layout-small #player {
    height: 120px;
    min-width: 394px;
}
.layout-small #bannerAd,
.layout-small #songArtist,
.layout-small #songAlbum,
.layout-small #prevPlayed {
    /*Hide these elements for this layout.*/
    display: none !important;
}
.layout-small #loader {
    width: 5em;
}
.layout-small #art {
    width: 120px;
    height: 120px;
}
.layout-small #playerControls {
    width: 270px;
    position: absolute;
    left: 122px;
    bottom: 0;
    z-index: 9999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.layout-small #playerControls #playPauseButton {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.layout-small #playerControls #vol {
    margin: 0;
    float: right;
}
.layout-small #playerControls #maxVol {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.layout-small #playerInfoArea {
    height: inherit;
}
.layout-small #videoContainingBlock {
    width: 118px;
    height: 118px;
    padding: 1px;
}
.layout-small .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    width: 3em;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.layout-small .vjs-default-skin .vjs-control-bar {
    display: block;
    width: 270px;
    left: 121px;
    bottom: -1px;
    z-index: 9999;
}
.layout-small .vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 1;
}
.layout-small .video-js.vjs-fullscreen.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
    opacity: 0;
}
.layout-small .vjs-default-skin .vjs-control-bar .vjs-captions-button,
.layout-small .vjs-default-skin .vjs-control-bar .vjs-subtitles-button {
    display: none;
}
.layout-small .video-js.vjs-fullscreen .vjs-control-bar {
    width: 100%;
    left: 0;
}
.layout-small .video-js.vjs-fullscreen .vjs-control-bar .vjs-captions-button,
.layout-small .video-js.vjs-fullscreen .vjs-control-bar .vjs-subtitles-button {
    display: block;
}
/*
Add the single-stream-metadata class after layout-small in player configs if the small player
has a single stream and metadata.
*/
.layout-small.single-stream-metadata #songArtist,
.single-stream-metadata #songAlbum {
    display: block !important;
}
.layout-small.single-stream-metadata #streamSelector {
    padding: 0;
    display: none;
}
.layout-small.single-stream-metadata #playerControls {
    opacity: 1 !important;
    display: block !important;
}

/* Audio Only Control Bar Only Layout. No stream selector, No video, No Metadata. No art.*/
.layout-controls-only {
    width: 272px;
    height: 27px;
}
.layout-controls-only #player {
    height: 25px;
    min-width: 270px;
    box-shadow: none;
}
.layout-controls-only #controlDisplayArea {
    border: 0;
}
.layout-controls-only #loader {
    background-image: none;
    position: relative;
    padding: 0;
    margin: 0;
    width: 23px;
    height: 23px;
    left: 0px;
    border: 0;
    text-shadow: none;
    box-shadow: none;
}
.layout-controls-only #loader .ui-icon-loading {
    height: inherit;
    width: inherit;
}
.layout-controls-only #playerControls {
    width: 270px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background-clip: initial;
}
.layout-controls-only #playerControls #vol {
    margin: 0;
    float: right;
}
.layout-controls-only #playerInfoArea {
    border: 0;
}
.layout-controls-only #art,
.layout-controls-only #bannerAd,
.layout-controls-only #songArtist,
.layout-controls-only #songAlbum,
.layout-controls-only #prevPlayed,
.layout-controls-only #loader h1,
.layout-controls-only #videoContainingBlock,
.layout-controls-only #playerInfoArea {
    /*Hide these elements for this layout.*/
    display: none !important;
}
.layout-controls-only #player,
.layout-controls-only #controlDisplayArea,
.layout-controls-only #playerInfoArea,
.layout-controls-only #playerControls,
.layout-controls-only #playerControls .player-button,
.layout-controls-only #playerControls #playPauseButton {
    /*Remove border radius from these elements.*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*==========================================================
 * Theme for carousel
 * WLowe
 */

 #sgcarousel-wrapper {
     position: relative;
     border: 0px;
 }

 .sgcarousel #sgcarousel {
     position: relative;
     overflow: hidden;
     width: 100%;
 }

 .sgcarousel #sgcarousel ul {
     width: 20000em;
     height: 385px;
     position: relative;
     list-style: none;
     margin: 0;
     padding: 0;
 }

 .sgcarousel li {
     width: 250px;
     float: left;
 }

 .sgcarousel #sgcarousel-row {
     width: inherit;
     height: 54px;
     float: left;

     cursor: pointer;

     border-left: 2px solid #000;
     border-right: 2px solid #000;
     border-top: 2px solid #000;

     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
 }

.sgcarousel #sgcarousel-row:last-child {
    border-bottom: 2px solid #000;
}

.sgcarousel .sgcarousel-item {
    background:#0b6a8c url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA2CAYAAAAGavOcAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABbSURBVBiVdYzBDcNAEAIH+q8p1VwZXsjjotiOlc9qBzSw1np5ZnASPDO9YJL6OI5HezP4P/DET5YEA/oeLEkGYklx2xrozoBa0hVv34nZe0DcNlv7cc+ibS0pb5tddPd9diavAAAAAElFTkSuQmCC') repeat-x;
}

.sgcarousel .sgcarousel-item:hover {
    background-color:#13a2d6;
}

.sgcarousel .sgcarousel-item.selected {
    background-color:#00f0ff;
}

.sgcarousel .sgcarousel-item.selected:hover {
    background-color:#00f0ff;
}

 .sgcarousel #sgcarousel img {
     float:left;
     margin:3px;
     width: 45px;
     height: 45px;
     border: 1px solid #ccc;
     -webkit-box-shadow: inset 0px 0px 1px 1px #ccc;
     -moz-box-shadow: inset 0px 0px 1px 1px #ccc;
     box-shadow: inset 0px 0px 1px 1px #ccc;
     background-color: #ccc;
 }

 .sgcarousel #sgcarousel b {
     font-size: 13px;
 }

 .sgcarousel #sgcarousel-controls {
     width: 100%;
 }

 .sgcarousel
 #sgcarousel-button-prev, #sgcarousel-button-next {
     display: inline-block;
     cursor: pointer;
     height: 16px;
     margin-top: 5px;
     margin-bottom: 5px;
     background-color: #bbb;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     border-radius: 30px;
     -webkit-box-shadow: 0 0 3px #F0EFE7;
     -moz-box-shadow: 0 0 3px #F0EFE7;
     box-shadow: 0 0 3px #F0EFE7;
 }
 .sgcarousel .ui-icon,
 #sgcarousel-button-prev, #sgcarousel-button-next {
     background-image: url(images/icons-18-black.png);
     background-repeat: no-repeat;
 }

 .sgcarousel #sgcarousel-button-prev {
     margin-left: 4px;
     background-position: -145px -1.5px;
 }

 .sgcarousel #sgcarousel-button-next {
     background-position: -109px -1.5px;
 }

 .sgcarousel #sgcarousel-button-prev:hover, #sgcarousel-button-next:hover {
     -webkit-box-shadow: 0 0 5px #fff;
     -moz-box-shadow: 0 0 5px #fff;
     box-shadow: 0 0 5px #fff;
 }

 .sgcarousel #pagination {
     display: inline-block;
     text-align: center;
     width: 200px;
     margin: 0 auto;
     padding-bottom: 6px;
     overflow-x: hidden;
 }

 .sgcarousel #pagination span {
     text-decoration: none;
     display: inline-block;
     cursor: pointer;
     height: 8px;
     width: 8px;
     background: #4E443C;
     border-radius: 8px;
     margin-right: 4px;
     -webkit-box-shadow: 0 0 2px #4E443C;
     -moz-box-shadow: 0 0 2px #4E443C;
     box-shadow: 0 0 2px #4E443C;
 }

 .sgcarousel #pagination span:hover {
     -webkit-box-shadow: 0 0 3px #fff;
     -moz-box-shadow: 0 0 3px #fff;
     box-shadow: 0 0 3px #fff;
 }

 .sgcarousel #pagination span.active {
     background: #fff;
     color: #fff;
     opacity: 1;

     -webkit-box-shadow: 0 0 6px #fff;
     -moz-box-shadow: 0 0 6px #fff;
     box-shadow: 0 0 6px #fff;
 }

 .vjs-live-display,
 .vjs-live-controls.vjs-control {
     display: none;
 }
