@charset "utf-8";
/* CSS Document */
/**
 * Main SGPlayer CSS.
 * 
 * Date: 03/25/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;
}
#controlDisplayArea {
    float:none;
    position: relative;
    height: inherit;
}
#playerInfoArea {
    display:block;
    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 {
   display:block;
    width: 100%;
    height: 100%;
    z-index:-1;
   float:none;
    margin:0 auto;
	
}
#playerControls {
    display:block;
    clear: both;
    height: 25px;
    width: 150px;
    margin-top: -25px;
    background-color: #0F0F0F;
}
#vol {
    float: left;
    margin-left: 0.3em;
}
#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;
}
#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;
}
#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 {
    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(../../../funnelradio/sgplayer/include/css/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png);
    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(../../../funnelradio/sgplayer/include/css/black-tie/images/ui-bg_glass_55_1c1c1c_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(../../../funnelradio/sgplayer/include/css/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.01em;
    margin-right: 0.02em;
    background: rgb(32,32,32); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(https://salesleadmgmtassn.com//images/slma/sgplayer.css?v=3);
    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(https://salesleadmgmtassn.com//images/slma/sgplayer.css?v=3) -50% 0 repeat;
    background: rgb(93,165,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(https://salesleadmgmtassn.com//images/slma/sgplayer.css?v=3);
    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;
}


/* 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 {}

/*
===================================
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("../../../funnelradio/sgplayer/include/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(https://salesleadmgmtassn.com//images/slma/sgplayer.css?v=3);
    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 #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 #playerInfoArea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Small layout: Video enabled, No metadata, no ads */
.layout-small {
   
}
.layout-small #player {
   height:190px;
    min-width: 150px; -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.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: 2em;
}
.layout-small #art {
    width: 120px;
    height: 120px; 
	margin:0 auto;
	background:#fff; 
}
.layout-small #playerControls {
    width: 150px;
    position: absolute;
    left: 1px;
	top:150px;
    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: left;
}
.layout-small #playerControls #vol:after {content:'Funnel Radio Stream';}
.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;
	display:none;
}
.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;
}