* {margin: 0; padding: 0; border: 0; outline: 0;}

.ezUiTemplate {display: none;}

#SlideSong-Player,
#SlideSong-Player .player-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#SlideSong-Player {
	font-family: myriad-pro,sans-serif,arial;
	cursor: default;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#SlideSong-Player .player-cover {
	display: none;
	position: absolute;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000 url(../../../images/slidesong/playBtn.png) no-repeat 50% 50%;
}

#SlideSong-Media.iOS-Fix {
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 50%;
	width: 162px;
	height: 162px;
	margin: -81px 0 0 -81px;
	opacity: 0;
	overflow: hidden;
	cursor: pointer;
}

#SlideSong-Media.iOS-Fix iframe {
	width: 162px;
	height: 240px;
	zoom: 1;
}

#SlideSong-Player.full-screen.no-api {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#SlideSong-Player.full-screen.no-api .player-wrap {
	margin: 0 auto;
}

#SlideSong-Player .loading {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	background: #000 url(../../../images/slidesong/player-loading.gif) no-repeat 50% 46%;
}

#SlideSong-Player .loading strong {
	display: block;
	margin-top: 46%;
	padding-top: 50px;
}

#SlideSong-Player .content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 82px;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}

#SlideSong-Player .controls {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 82px;
	background: url(../../../images/slidesong/PlayerBG.gif) repeat-x 0 0;
}

#SlideSong-Player .controls span {
	position: absolute;
	background: url(../../../images/slidesong/PlayerSprite.png) no-repeat 0 0;
	cursor: pointer;
}

#SlideSong-Player .controls .logo {
	top: 20px;
	left: 16px;
	width: 122px;
	height: 41px;
	color: transparent;
	background-position: 0 -436px;
	cursor: default;
}

#SlideSong-Player .controls .navigation {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -130px;
}

#SlideSong-Player .controls .prev {
	top: 24px;
	left: 4px;
	width: 42px;
	height: 42px;
	background-position: -4px -140px;
}

#SlideSong-Player .controls .prev:hover {
	background-position: -54px -140px;
}

#SlideSong-Player .controls .prev:active {
	background-position: -104px -140px;
}

#SlideSong-Player .controls .play-pause {
	top: 12px;
	left: 46px;
	width: 60px;
	height: 60px;
	background-position: -4px -4px;
}

#SlideSong-Player .controls .play-pause:hover {
	background-position: -72px -4px;
}

#SlideSong-Player .controls .play-pause:active {
	background-position: -140px -4px;
}

#SlideSong-Player .controls .play-pause.playing {
	background-position: -4px -72px;
}

#SlideSong-Player .controls .play-pause.playing:hover {
	background-position: -72px -72px;
}

#SlideSong-Player .controls .play-pause.playing:active {
	background-position: -140px -72px;
}

#SlideSong-Player .controls .next {
	top: 24px;
	left: 105px;
	width: 42px;
	height: 42px;
	background-position: -4px -190px;
}

#SlideSong-Player .controls .next:hover {
	background-position: -54px -190px;
}

#SlideSong-Player .controls .next:active {
	background-position: -104px -190px;
}

#SlideSong-Player .controls .volume {
	top: 24px;
	right: 202px;
	width: 42px;
	height: 42px;
	background-position: -4px -240px;
}

#SlideSong-Player .controls .volume:hover {
	background-position: -54px -240px;
}

#SlideSong-Player .controls .volume:active {
	background-position: -104px -240px;
}

#SlideSong-Player .controls .volume.mute {
	background-position: -4px -290px;
}

#SlideSong-Player .controls .volume.mute:hover {
	background-position: -54px -290px;
}

#SlideSong-Player .controls .volume.mute:active {
	background-position: -104px -290px;
}

#SlideSong-Player .controls .volume-bar {
	display: none;
	z-index: 200;
	top: -23px;
	right: 168px;
	width: 112px;
	height: 34px;
	background-position: 0 -511px;
	cursor: default;
}

#SlideSong-Player .volume-bar .line {
	width: 85px;
	height: 3px;
	margin: 12px auto 0;
	padding-right: 5px;
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

#SlideSong-Player .volume-bar .fill {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #e51275;
	border-radius: 3px;
}

#SlideSong-Player .volume-bar .scrub {
	top: -8px;
	right: -12px;
	width: 19px;
	height: 19px;
	background-position: -113px -511px;
	cursor: pointer;
}

#SlideSong-Player .controls .full-screen {
	top: 24px;
	right: 158px;
	width: 42px;
	height: 42px;
	background-position: -4px -340px;
}

#SlideSong-Player .controls .full-screen:hover {
	background-position: -54px -340px;
}

#SlideSong-Player .controls .full-screen:active {
	background-position: -104px -340px;
}

#SlideSong-Player.full-screen .controls .full-screen {
	background-position: -4px -390px;
}

#SlideSong-Player.full-screen .controls .full-screen:hover {
	background-position: -54px -390px;
}

#SlideSong-Player.full-screen .controls .full-screen:active {
	background-position: -104px -390px;
}

#SlideSong-Player.size-small .controls .logo {
	display: none;
}

#SlideSong-Player.size-small .controls .navigation {
	margin-left: -198px;
}

#SlideSong-Player.size-tiny .controls .logo,
#SlideSong-Player.size-tiny .controls .prev,
#SlideSong-Player.size-tiny .controls .next,
#SlideSong-Player.size-tiny .controls .full-screen {
	display: none;
}

#SlideSong-Player.size-tiny .controls .volume {
	right: 162px;
}

#SlideSong-Player.size-tiny .controls .navigation {
	margin-left: -176px;
}

#SlideSong-Player:fullscreen			{ width: 100%; height: 100%; margin: 0; background-color: #000; }
#SlideSong-Player:-moz-full-screen		{ width: 100%; height: 100%; margin: 0; background-color: #000; }
#SlideSong-Player:-webkit-full-screen	{ width: 100%; height: 100%; margin: 0; background-color: #000; }
#SlideSong-Player:fullscreen .player-wrap			{ margin: 0 auto; }
#SlideSong-Player:-moz-full-screen .player-wrap		{ margin: 0 auto; }
#SlideSong-Player:-webkit-full-screen .player-wrap	{ margin: 0 auto; }

#SlideSong-Effect {
	display: none;

	position: absolute;
	z-index: 60;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#SlideSong-Effect canvas {
	position: absolute;
	z-index: 60;
	width: 100%;
	height: 100%;

	image-rendering: optimizeSpeed;             // Older versions of FF
	image-rendering: -moz-crisp-edges;          // FF 6.0+
	image-rendering: -webkit-optimize-contrast; // Webkit
	image-rendering: optimize-contrast;         // Possible future browsers.
	-ms-interpolation-mode: nearest-neighbor;   // IE
}

#SlideSong-Captions {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font: 24px Tahoma,Geneva,sans-serif;
}

#SlideSong-Captions div.caption {
	position: absolute;
	left: 3%;
	bottom: 3%;
	padding: 1% 0;
	color: #fff;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.65);
	overflow: hidden;

	border-radius: 1px;
}

#SlideSong-Captions div.caption span {
	white-space: nowrap;
	overflow: hidden;
}

#SlideSong-Transition {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
#SlideSong-Transition img {
	position: absolute;

	image-rendering: optimizeSpeed;             // Older versions of FF
	image-rendering: -moz-crisp-edges;          // FF 6.0+
	image-rendering: -webkit-optimize-contrast; // Webkit
	image-rendering: optimize-contrast;         // Possible future browsers.
	-ms-interpolation-mode: nearest-neighbor;   // IE
}
*/

#SlideSong-Transition canvas {
	position: absolute;

	width: 100%;
	height: 100%;

	image-rendering: optimizeSpeed;             // Older versions of FF
	image-rendering: -moz-crisp-edges;          // FF 6.0+
	image-rendering: -webkit-optimize-contrast; // Webkit
	image-rendering: optimize-contrast;         // Possible future browsers.
	-ms-interpolation-mode: nearest-neighbor;   // IE
}

#SlideSong-Overlay {
	position: absolute;
	z-index: 80;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#SlideSong-Overlay .watermark {
	position: absolute;
	right: 12px;
	bottom: 8px;
	width: 107px;
	height: 33px;
	background: url(../../../images/slidesong/PlayerSprite.png) no-repeat 0 -477px;
	opacity: 0.6;
}

#SlideSong-Overlay .copyright {
	position: absolute;
	top: 8px;
	right: 12px;
	width: 45px;
	height: 33px;
	background: url(../../../images/slidesong/PlayerSprite.png) no-repeat -155px -136px;
	opacity: 0;
}

#SlideSong-Media {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 148px;
	height: 82px;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.1);
}

#SlideSong-Media iframe {
	zoom: 0.25;
}

#SlideSong-Media .soundcloud {
	display: inline-block;
	width: 142px;
	height: 82px;
	background: url(../../../images/slidesong/soundcloud.jpg) no-repeat 0 0;
}

#SlideSong-Media .soundcloud img {
	width: 100%;
	height: 100%;
	opacity: 0.85;
}

#SlideSong-Media.unavailable {
	background: rgba(255, 255, 255, 0.1) url(../../../images/slidesong/music-unavailable.jpg) no-repeat 100% 0;
}

#SlideSong-Media.Mp3 {
	background: rgba(255, 255, 255, 0.1) url(../../../images/slidesong/player-mp3.jpg) no-repeat 100% 0;
}

#SlideSong-Player .outro {
	display: none;
	position: absolute;
	z-index: 180;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;

	background: #ea1e79; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ea1e79 0%, #700b30 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ea1e79), color-stop(100%,#700b30)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ea1e79 0%,#700b30 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ea1e79 0%,#700b30 100%); /* Opera 12+ */
	background: radial-gradient(ellipse at center, #ea1e79 0%,#700b30 100%); /* W3C */
}

#SlideSong-Player .outro .logo {
	display: block;
	margin: 32px auto 0;
}

#SlideSong-Player .outro .created-by {
	margin: -4px 0 32px;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
}

#SlideSong-Player .outro .created-by span {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: normal;
}

#SlideSong-Player .outro .created-by strong {
	font-weight: 600;
}

#SlideSong-Player .outro .cover-photo {
	display: block;
	margin: 0 auto;
	border: 9px solid #fff;
}

#SlideSong-Player .outro div.share {
	display: inline-block;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.6);
}

#SlideSong-Player .outro p.share {
	margin: 24px auto 4px;
	font-weight: 600;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

#SlideSong-Player .outro div.share span {
	float: left;
	width: 60px;
	height: 60px;
	background: url(../../../images/slidesong/player-share-buttons.png) no-repeat 0 0;
	cursor: pointer;
}

#SlideSong-Player .outro div.share .facebook {
	margin-right: 10px;
}

#SlideSong-Player .outro div.share .facebook:hover {
	background-position: -60px 0;
}

#SlideSong-Player .outro div.share .twitter {
	background-position: 0 -60px;
}

#SlideSong-Player .outro div.share .twitter:hover {
	background-position: -60px -60px;
}

.ui-body-a {
	display: none;
}