/*
available controllers:
	- whiteControllers
	- blackControllers
*/

/* the container */
.audio2_html5 {
}


.xaudioplaylist {
	display:none;
}

/* jquery ui styles */
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	display: block;
	margin-left:-0.6em;
	cursor: default;
	outline: none;
}

.ui-slider-range {
	display:block;
	width:100%;
	height:100%;
	left:0;
	bottom: 0;
	border:0 none;
	position:absolute;
	z-index:1;
}

.ui-progressbar {
}
.ui-progressbar-value {
	height:100%;
}



/* whiteControllers */
.audio2_html5.whiteControllers {
	float: left;
	position: relative;
	font:11px Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0;
	padding:0;
}

.audio2_html5.whiteControllers .AudioControls {
	width: 100%;
	margin:0;
	padding:0;
}

.audio2_html5.whiteControllers .ximage_lbg {
	position:absolute;
	width: 80px;
	height: 80px;
	margin:0;
	padding:0;
	overflow:hidden;
}


/* rewind */
.audio2_html5.whiteControllers .AudioRewind {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 12px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/rewind-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioRewind:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/rewind-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShuffle {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 19px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/shuffle-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShuffle:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/shuffle-on.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShuffleON {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/shuffle-on.png) no-repeat;
}

.audio2_html5.whiteControllers .AudioDownload {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 15px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/download-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioDownload:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/download-on.png) no-repeat;
}

.audio2_html5.whiteControllers .AudioBuy {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 15px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/buy-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioBuy:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/buy-on.png) no-repeat;
}

.audio2_html5.whiteControllers .AudioLyrics {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 15px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/lyrics-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioLyrics:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/lyrics-on.png) no-repeat;
}

.audio2_html5.whiteControllers .AudioFacebook {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 7px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/facebook-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioFacebook:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/facebook-on.png) no-repeat;
}

.audio2_html5.whiteControllers .AudioTwitter {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 14px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/twitter-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioTwitter:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/twitter-on.png) no-repeat;
}



/* play */
.audio2_html5.whiteControllers .AudioPlay {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 37px;
	height: 37px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/play-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioPlay:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/play-on.png) no-repeat;
}
/* pause */
.audio2_html5.whiteControllers .AudioPause {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 37px;
	height: 37px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/pause-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioPause:hover {
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/pause-on.png) no-repeat;
}
/* prev */
.audio2_html5.whiteControllers .AudioPrev {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 27px;
	height: 26px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/prev-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioPrev:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/prev-on.png) no-repeat;
}
/* next */
.audio2_html5.whiteControllers .AudioNext {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 27px;
	height: 26px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/next-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioNext:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/next-on.png) no-repeat;
}

.audio2_html5.whiteControllers .bordersDiv {
	position:absolute;
	display: block;
	margin:0;
	padding:0;
	height: 20px;
	z-index:0;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

/*show/hide playlist */
.audio2_html5.whiteControllers .AudioShowHidePlaylist {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 12px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/showhideplaylist-off.png) no-repeat;
}
.audio2_html5.whiteControllers .AudioShowHidePlaylist:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/showhideplaylist-on.png) no-repeat;
}







/* volume button Mute & UnMute*/
.audio2_html5.whiteControllers .VolumeButton {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 7px;
	height: 10px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/volume-off.png) no-repeat;
}
.audio2_html5.whiteControllers .VolumeButton:hover {
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/volume-on.png) no-repeat;
}

.audio2_html5.whiteControllers .VolumeButtonMuted {
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/volumeMute-off.png) no-repeat;
}
.audio2_html5.whiteControllers .VolumeButtonMuted:hover {
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/volumeMute-on.png) no-repeat;
}

/* volume slider */
.audio2_html5.whiteControllers .VolumeSlider {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width:100px;
	height:4px;
}

.audio2_html5.whiteControllers .VolumeSlider .ui-slider-handle {
	display:none;
}

.audio2_html5.whiteControllers .VolumeSlider .ui-slider-handle.ui-state-hover {
}

.audio2_html5.whiteControllers .VolumeSlider .ui-slider-range {
	position:relative;
	height:4px;
}


/* timer */
.audio2_html5.whiteControllers .AudioTimer_a {
	position:absolute;
	display: block;
	margin:0;
	padding:0;
	line-height:1;
	font-weight: normal;
}

.audio2_html5.whiteControllers .AudioTimer_b {
	position:absolute;
	display: block;
	margin:0;
	height:auto;
	padding:0;
	line-height:1;
	display: block;
	font-weight: normal;
}



/* buffer */
.audio2_html5.whiteControllers .AudioBuffer {
	position:absolute;
	cursor: pointer;
	display: block;
	height: 4px;
	margin:0;
	padding:0;
}
.audio2_html5.whiteControllers .AudioBuffer .ui-widget-content {  }
.audio2_html5.whiteControllers .AudioBuffer .ui-widget-header {  }


/* seek */
.audio2_html5.whiteControllers .AudioSeek {
	cursor: pointer;
	position:absolute;
	height: 4px;
	margin:0;
	padding:0;
}

.audio2_html5.whiteControllers .AudioSeek .ui-slider-handle {
	display:none;
}

.audio2_html5.whiteControllers .AudioSeek .ui-slider-handle.ui-state-hover {
}

.audio2_html5.whiteControllers .AudioSeek .ui-slider-range {
	height:4px;
}



/*song Author & Title*/
.audio2_html5.whiteControllers .songTitle {
	position:absolute;
	float:left;
	display: block;
	overflow:hidden;
	height:14px;
	margin:0;
	padding:0;
	line-height:1;
	font-weight: normal;
}

.audio2_html5.whiteControllers .songTitleInside {
  position: absolute;
  white-space: nowrap;
}

.audio2_html5.whiteControllers .songAuthor {
	position:absolute;
	float:left;
	display: block;
	overflow:hidden;
	height:12px;
	margin:0;
	padding:0;
	line-height:1;
	font-weight: normal;
}



/* playlist */
.audio2_html5.whiteControllers .selectedCategDiv {
	cursor: pointer;
	margin:0;
	padding:0px 0px;
	text-align:center;
	background-image:url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/categories_arrow_bg.png);
	background-repeat:no-repeat;
}
.audio2_html5.whiteControllers .innerSelectedCategDiv {
	cursor: pointer;
	overflow:hidden;
	height:25px;
	margin:0;
	padding:0px 10%;
	text-align:center;
	font-size:13px;
	line-height:1.9;
	font-weight:bold;
	background-image:url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/categories_arrow_bg.png);
	background-repeat:no-repeat;
}

.audio2_html5.whiteControllers .searchDiv {
	margin:0;
	padding:0;
	background-image:url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/search_icon.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
}

.audio2_html5.whiteControllers .search_term {
	 background-color:#FFF;
     border: 1px solid #333333;
     color: #000000;
     font:11px Arial, Helvetica, sans-serif;
	 margin:3px 30px;
     padding: 1px;
}

.audio2_html5.whiteControllers .thumbsHolderWrapper {
	position:absolute;
	height:100%;
	margin-top:0px;
	overflow:hidden;
}
.audio2_html5.whiteControllers .thumbsHolderVisibleWrapper {
	position:relative;
	height:100%;
	overflow:hidden;
	clear:both;/*new*/
}
.audio2_html5.whiteControllers .thumbsHolder {
	position:absolute;
	text-align:left;
}
/* thumbsOFF */
.audio2_html5.whiteControllers .thumbsHolder_ThumbOFF {
	display:block;
	height:30px;
	cursor: pointer;
	background:#000;
	overflow:hidden;
	border-bottom:1px solid #ff0000;
	line-height:2.5em;
}
.audio2_html5.whiteControllers .thumbsHolder_ThumbOFF  .padding {
	padding:2px 10px 10px 10px;
}


/*  scroller start */
.audio2_html5.whiteControllers .slider-vertical {
	display:none;
	position:absolute;
	width:9px;
}

.audio2_html5.whiteControllers .slider-vertical.ui-slider { position: relative;}
.audio2_html5.whiteControllers .slider-vertical.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 9px; height: 16px; cursor: pointer; background:url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/scrollerFaceOFF.png) 0 0 no-repeat; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider .ui-slider-handle:hover {  background:url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/whiteControllers/scrollerFaceON.png) 0 0 no-repeat; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; }


.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical { width: 9px; height: 100px; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-handle { left: 0px; margin-left: 0px; margin-bottom: -16px;; border: 0; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.audio2_html5.whiteControllers .slider-vertical.ui-slider-vertical .ui-slider-range-max { top: 0; }


/* Component containers
----------------------------------*/
.audio2_html5.whiteControllers .slider-vertical.ui-widget-content { }
.audio2_html5.whiteControllers .slider-vertical .ui-widget-header { }


/* Corner radius */
.audio2_html5.whiteControllers .slider-vertical.ui-corner-all {}

/*  scroller end */




/* blackControllers */
.audio2_html5.blackControllers {
	float: left;
	position: relative;
	font:11px Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0;
	padding:0;
}

.audio2_html5.blackControllers .AudioControls {
	width: 100%;
	margin:0;
	padding:0;
}

.audio2_html5.blackControllers .ximage_lbg {
	position:absolute;
	width: 80px;
	height: 80px;
	margin:0;
	padding:0;
	overflow:hidden;
}


/* rewind */
.audio2_html5.blackControllers .AudioRewind {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 12px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/rewind-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioRewind:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/rewind-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShuffle {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 19px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/shuffle-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShuffle:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/shuffle-on.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShuffleON {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/shuffle-on.png) no-repeat;
}

.audio2_html5.blackControllers .AudioDownload {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 15px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/download-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioDownload:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/download-on.png) no-repeat;
}

.audio2_html5.blackControllers .AudioBuy {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 15px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/buy-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioBuy:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/buy-on.png) no-repeat;
}

.audio2_html5.blackControllers .AudioLyrics {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 15px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/lyrics-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioLyrics:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/lyrics-on.png) no-repeat;
}

.audio2_html5.blackControllers .AudioFacebook {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 7px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/facebook-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioFacebook:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/facebook-on.png) no-repeat;
}

.audio2_html5.blackControllers .AudioTwitter {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 14px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/twitter-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioTwitter:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/twitter-on.png) no-repeat;
}



/* play */
.audio2_html5.blackControllers .AudioPlay {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 37px;
	height: 37px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/play-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioPlay:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/play-on.png) no-repeat;
}
/* pause */
.audio2_html5.blackControllers .AudioPause {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 37px;
	height: 37px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/pause-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioPause:hover {
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/pause-on.png) no-repeat;
}
/* prev */
.audio2_html5.blackControllers .AudioPrev {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 27px;
	height: 26px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/prev-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioPrev:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/prev-on.png) no-repeat;
}
/* next */
.audio2_html5.blackControllers .AudioNext {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 27px;
	height: 26px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/next-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioNext:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/next-on.png) no-repeat;
}

.audio2_html5.blackControllers .bordersDiv {
	position:absolute;
	display: block;
	margin:0;
	padding:0;
	height: 20px;
	z-index:0;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

/*show/hide playlist */
.audio2_html5.blackControllers .AudioShowHidePlaylist {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	z-index:1;
	width: 12px;
	height: 14px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/showhideplaylist-off.png) no-repeat;
}
.audio2_html5.blackControllers .AudioShowHidePlaylist:hover {
    background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/showhideplaylist-on.png) no-repeat;
}




/* volume button Mute & UnMute*/
.audio2_html5.blackControllers .VolumeButton {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width: 7px;
	height: 10px;
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/volume-off.png) no-repeat;
}
.audio2_html5.blackControllers .VolumeButton:hover {
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/volume-on.png) no-repeat;
}

.audio2_html5.blackControllers .VolumeButtonMuted {
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/volumeMute-off.png) no-repeat;
}
.audio2_html5.blackControllers .VolumeButtonMuted:hover {
	background: url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/volumeMute-on.png) no-repeat;
}

/* volume slider */
.audio2_html5.blackControllers .VolumeSlider {
	position:absolute;
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	width:100px;
	height:4px;
}

.audio2_html5.blackControllers .VolumeSlider .ui-slider-handle {
	display:none;
}

.audio2_html5.blackControllers .VolumeSlider .ui-slider-handle.ui-state-hover {
}

.audio2_html5.blackControllers .VolumeSlider .ui-slider-range {
	position:relative;
	height:4px;
}


/* timer */
.audio2_html5.blackControllers .AudioTimer_a {
	position:absolute;
	display: block;
	margin:0;
	padding:0;
	line-height:1;
	font-weight: normal;
}

.audio2_html5.blackControllers .AudioTimer_b {
	position:absolute;
	display: block;
	margin:0;
	height:auto;
	padding:0;
	line-height:1;
	display: block;
	font-weight: normal;
}



/* buffer */
.audio2_html5.blackControllers .AudioBuffer {
	position:absolute;
	cursor: pointer;
	display: block;
	height: 4px;
	margin:0;
	padding:0;
}
.audio2_html5.blackControllers .AudioBuffer .ui-widget-content {  }
.audio2_html5.blackControllers .AudioBuffer .ui-widget-header { }


/* seek */
.audio2_html5.blackControllers .AudioSeek {
	cursor: pointer;
	position:absolute;
	height: 4px;
	margin:0;
	padding:0;
}

.audio2_html5.blackControllers .AudioSeek .ui-slider-handle {
	display:none;
}

.audio2_html5.blackControllers .AudioSeek .ui-slider-handle.ui-state-hover {
}

.audio2_html5.blackControllers .AudioSeek .ui-slider-range {
	height:4px;
}



/*song Author & Title*/
.audio2_html5.blackControllers .songTitle {
	position:absolute;
	float:left;
	display: block;
	overflow:hidden;
	height:14px;
	margin:0;
	padding:0;
	line-height:1;
	font-weight: normal;
}

.audio2_html5.blackControllers .songTitleInside {
  position: absolute;
  white-space: nowrap;
}

.audio2_html5.blackControllers .songAuthor {
	position:absolute;
	float:left;
	display: block;
	overflow:hidden;
	height:12px;
	margin:0;
	padding:0;
	line-height:1;
	font-weight: normal;
}



/* playlist */
.audio2_html5.blackControllers .selectedCategDiv {
	cursor: pointer;
	margin:0;
	padding:0px 0px;
	text-align:center;
	background-image:url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/categories_arrow_bg.png);
	background-repeat:no-repeat;
}
.audio2_html5.blackControllers .innerSelectedCategDiv {
	cursor: pointer;
	overflow:hidden;
	height:25px;
	margin:0;
	padding:0px 10%;
	text-align:center;
	font-size:13px;
	line-height:1.9;
	font-weight:bold;
	background-image:url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/categories_arrow_bg.png);
	background-repeat:no-repeat;
}

.audio2_html5.blackControllers .searchDiv {
	margin:0;
	padding:0;
	background-image:url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/search_icon.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
}

.audio2_html5.blackControllers .search_term {
	 background-color:#FFF;
     border: 1px solid #333333;
     color: #000000;
     font:11px Arial, Helvetica, sans-serif;
	 margin:3px 30px;
     padding: 1px;
}

.audio2_html5.blackControllers .thumbsHolderWrapper {
	position:absolute;
	height:100%;
	margin-top:0px;
	overflow:hidden;
}
.audio2_html5.blackControllers .thumbsHolderVisibleWrapper {
	position:relative;
	height:100%;
	overflow:hidden;
	clear:both;/*new*/
}
.audio2_html5.blackControllers .thumbsHolder {
	position:absolute;
	text-align:left;
}
/* thumbsOFF */
.audio2_html5.blackControllers .thumbsHolder_ThumbOFF {
	display:block;
	height:30px;
	cursor: pointer;
	background:#000;
	overflow:hidden;
	border-bottom:1px solid #ff0000;
	line-height:2.5em;
}
.audio2_html5.blackControllers .thumbsHolder_ThumbOFF  .padding {
	padding:2px 10px 10px 10px;
}


/*  scroller start */
.audio2_html5.blackControllers .slider-vertical {
	display:none;
	position:absolute;
	width:9px;
}

.audio2_html5.blackControllers .slider-vertical.ui-slider { position: relative;}
.audio2_html5.blackControllers .slider-vertical.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 9px; height: 16px; cursor: pointer; background:url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/scrollerFaceOFF.png) 0 0 no-repeat; }
.audio2_html5.blackControllers .slider-vertical.ui-slider .ui-slider-handle:hover {  background:url(//ladiscoteca.org/wp-content/plugins/lbg-audio2-html5/audio2_html5/controllers/blackControllers/scrollerFaceON.png) 0 0 no-repeat; }
.audio2_html5.blackControllers .slider-vertical.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; }


.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical { width: 9px; height: 100px; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-handle { left: 0px; margin-left: 0px; margin-bottom: -16px;; border: 0; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.audio2_html5.blackControllers .slider-vertical.ui-slider-vertical .ui-slider-range-max { top: 0; }


/* Component containers
----------------------------------*/
.audio2_html5.blackControllers .slider-vertical.ui-widget-content { }
.audio2_html5.blackControllers .slider-vertical .ui-widget-header { }


/* Corner radius */
.audio2_html5.blackControllers .slider-vertical.ui-corner-all {}

/*  scroller end */


.hideElement {
	display:none;
}

.clearBoth {
	clear: both;
}
/* the container */
.logogridshowcase {
	position:relative;
}
.logogridshowcase img {
	max-width:none;
	max-height:none;
}

.lbg_grayscale{
 	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-o-filter: grayscale(100%);
}
.lbg_grayscale.disabled {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

.logs_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
.colHolderUnit {

}
.colHolderUnit a {
	border:0;
}


.hideElement {
	display:none;
}

.ui-helper-hidden-accessible {
	position: absolute; left: -9999px;
}


/* jQuery-UI TOOL TIP */

.ui-tooltip {
	padding:8px;
	position:absolute;
	z-index:9999;
}

.ui-tooltip, .lbg_grid_arrow:after {
	background: #333;
}
.ui-tooltip {
	background: #333;
	color: #FFFFFF;
	padding: 8px 8px;
	border-radius: 4px;
}
.lbg_grid_arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  bottom: -16px;
}
.lbg_grid_arrow.top {
	top: -16px;
	bottom: auto;
}
.lbg_grid_arrow.left {
	left: 20%;
}
.lbg_grid_arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.lbg_grid_arrow.top:after {
	bottom: -20px;
	top: auto;
}
/*
skins available:
	- black
	- white
*/

/* the container */
.logo_carousel {
	position:relative;
}
.logo_carousel img {
	max-width:none;
	max-height:none;
}
.lbg_carousel_grayscale {
 	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-o-filter: grayscale(100%);
}
.lbg_carousel_grayscale.disabled {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
.logo_carousel_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

.logo_carousel .contentHolder {
	position:relative;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:1000;
}

.myloader {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/loader.gif);
	width:37px;
	height:37px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:999;
}

.hideElement {
	display:none;
}

.ui-helper-hidden-accessible {
	position: absolute; left: -9999px;
}


/***black SKIN***/
.logo_carousel.black .thumbsHolderWrapper {
	width:100%;
	overflow:hidden;
}
.logo_carousel.black .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	overflow:hidden;
}
.logo_carousel.black .thumbsHolder {
	position:absolute;
	height:100%;
}
.logo_carousel.black .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	height:100px;
}

.logo_carousel.black .thumbsHolder_ThumbOFF img {
	position:relative;
}


.logo_carousel.black .thumbsHolder_ThumbON {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/css/skins/cool/thumbActiveArrow.png) center 0px no-repeat;
}

.logo_carousel.black .titlez {
	font-family:'PT Sans', sans-serif;
	font-weight:bold;
	line-height:1.35;
}
.logo_carousel.black .descz {
	font-family:'PT Sans', sans-serif;
	font-weight:normal;
	line-height:1.5;
}

.logo_carousel.black .descz a {
	color:#F00;
	text-decoration:none;
}

.logo_carousel.black .descz a:hover {
	text-decoration: underline;
}


.logo_carousel.black .carouselLeftNav {
	position:absolute;
	width:40px;
	height:34px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/black/leftNavOFF.png) 0px 0px no-repeat;
	cursor: pointer;
}

.logo_carousel.black .carouselLeftNav:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/black/leftNavON.png) 0px 0px no-repeat;
}
.logo_carousel.black .carouselLeftNavDisabled {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/black/leftNavDisabled.png) 0px 0px no-repeat;
	cursor:default;
}
.logo_carousel.black .carouselLeftNavDisabled:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/black/leftNavDisabled.png) 0px 0px no-repeat;
}

.logo_carousel.black .carouselRightNav {
	position:absolute;
	width:40px;
	height:34px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/black/rightNavOFF.png) 6px 0px no-repeat;
	cursor: pointer;
}

.logo_carousel.black .carouselRightNav:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/black/rightNavON.png) 6px 0px no-repeat;
}
.logo_carousel.black .carouselRightNavDisabled {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/black/rightNavDisabled.png) 6px 0px no-repeat;
	cursor:default;
}
.logo_carousel.black .carouselRightNavDisabled:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/black/rightNavDisabled.png) 6px 0px no-repeat;
}

.logo_carousel.black .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	z-index:140;
}

.logo_carousel.black .bottomNavButtonOFF {
	float:left;
	display:block;
	width:12px;
	height:12px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/black/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.logo_carousel.black .bottomNavButtonON {
	float:left;
	display:block;
	width:12px;
	height:12px;
	padding-left:9px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/black/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}





/***white SKIN***/
.logo_carousel.white .thumbsHolderWrapper {
	width:100%;
	overflow:hidden;
}
.logo_carousel.white .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	overflow:hidden;
}
.logo_carousel.white .thumbsHolder {
	position:absolute;
	height:100%;
}
.logo_carousel.white .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	height:100px;
}

.logo_carousel.white .thumbsHolder_ThumbOFF img {
	position:relative;
}


.logo_carousel.white .thumbsHolder_ThumbON {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/css/skins/cool/thumbActiveArrow.png) center 0px no-repeat;
}

.logo_carousel.white .titlez {
	font-family:'PT Sans', sans-serif;
	font-weight:bold;
	line-height:1.35;
}
.logo_carousel.white .descz {
	font-family:'PT Sans', sans-serif;
	font-weight:normal;
	line-height:1.5;
}

.logo_carousel.white .descz a {
	color:#F00;
	text-decoration:none;
}

.logo_carousel.white .descz a:hover {
	text-decoration: underline;
}


.logo_carousel.white .carouselLeftNav {
	position:absolute;
	width:40px;
	height:34px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/white/leftNavOFF.png) 0px 0px no-repeat;
	cursor: pointer;
}

.logo_carousel.white .carouselLeftNav:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/white/leftNavON.png) 0px 0px no-repeat;
}
.logo_carousel.white .carouselLeftNavDisabled {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/white/leftNavDisabled.png) 0px 0px no-repeat;
	cursor:default;
}
.logo_carousel.white .carouselLeftNavDisabled:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/white/leftNavDisabled.png) 0px 0px no-repeat;
}

.logo_carousel.white .carouselRightNav {
	position:absolute;
	width:40px;
	height:34px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/white/rightNavOFF.png) 6px 0px no-repeat;
	cursor: pointer;
}

.logo_carousel.white .carouselRightNav:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/white/rightNavON.png) 6px 0px no-repeat;
}
.logo_carousel.white .carouselRightNavDisabled {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/white/rightNavDisabled.png) 6px 0px no-repeat;
	cursor:default;
}
.logo_carousel.white .carouselRightNavDisabled:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/white/rightNavDisabled.png) 6px 0px no-repeat;
}

.logo_carousel.white .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	z-index:140;
}

.logo_carousel.white .bottomNavButtonOFF {
	float:left;
	display:block;
	width:12px;
	height:12px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/white/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.logo_carousel.white .bottomNavButtonON {
	float:left;
	display:block;
	width:12px;
	height:12px;
	padding-left:9px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/carousel/skins/white/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}





/* jQuery-UI TOOL TIP */

.ui-tooltip {
	padding:8px;
	position:absolute;
	z-index:9999;
}

.ui-tooltip, .lbg_carousel_arrow:after {
	background: #333;
}
.ui-tooltip {
	background: #333;
	color: #FFFFFF;
	padding: 8px 8px;
	border-radius: 4px;
}
.lbg_carousel_arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  bottom: -16px;
}
.lbg_carousel_arrow.top {
	top: -16px;
	bottom: auto;
}
.lbg_carousel_arrow.left {
	left: 20%;
}
.lbg_carousel_arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.lbg_carousel_arrow.top:after {
	bottom: -20px;
	top: auto;
}
/*
skins available:
	- black
	- white
*/

/* the container */
.logo_perspective {
	position:relative;
}
.logo_perspective img {
	max-width:none;
	max-height:none;
}
.lbg_perspective_grayscale {
 	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-o-filter: grayscale(100%);
}
.lbg_perspective_grayscale.disabled {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
.logo_perspective_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

.logo_perspective .contentHolder {
	position:relative;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:1000;
}

.myloader {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/loader.gif);
	width:37px;
	height:37px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:999;
}

.hideElement {
	display:none;
}

.ui-helper-hidden-accessible {
	position: absolute; left: -9999px;
}

/***black SKIN***/
.logo_perspective.black .contentHolderUnit {
	position:absolute;
	overflow:hidden;
	cursor: pointer;
	border-style:solid;
}



.logo_perspective.black .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:101;
	width:100%;
}

.logo_perspective.black .leftNav {
	position:absolute;
	left:2px;
	width:40px;
	height:34px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/black/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.logo_perspective.black .leftNav:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/black/leftNavON.png) 0 0 no-repeat;
}

.logo_perspective.black .rightNav {
	position:absolute;
	right:-2px;
	width:40px;
	height:34px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/black/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.logo_perspective.black .rightNav:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/black/rightNavON.png) 0 0 no-repeat;
}

.logo_perspective.black .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	padding-left:9px;
	z-index:140;
}

.logo_perspective.black .bottomNavButtonOFF {
	float:left;
	display:block;
	width:16px;
	height:15px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/black/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.logo_perspective.black .bottomNavButtonON {
	float:left;
	display:block;
	width:16px;
	height:15px;
	padding-left:9px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/black/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.logo_perspective.black .bottomNavLeft {
	display:none;
	position:absolute;
	z-index:140;
}
.logo_perspective.black .bottomNavRight {
	display:none;
	position:absolute;
	z-index:140;
}

.logo_perspective.black .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/black/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	xleft:0px;
	margin-left:-25px;
}
.logo_perspective.black .bottomOverThumb img {
	border:4px solid #000000;
}






/***white SKIN***/
.logo_perspective.white .contentHolderUnit {
	position:absolute;
	overflow:hidden;
	cursor: pointer;
	border-style:solid;
}



.logo_perspective.white .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:101;
	width:100%;
}

.logo_perspective.white .leftNav {
	position:absolute;
	left:-2px;
	width:40px;
	height:34px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/white/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.logo_perspective.white .leftNav:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/white/leftNavON.png) 0 0 no-repeat;
}

.logo_perspective.white .rightNav {
	position:absolute;
	right:-2px;
	width:40px;
	height:34px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/white/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.logo_perspective.white .rightNav:hover {
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/white/rightNavON.png) 0 0 no-repeat;
}

.logo_perspective.white .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	padding-left:9px;
	z-index:140;
}

.logo_perspective.white .bottomNavButtonOFF {
	float:left;
	display:block;
	width:12px;
	height:12px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/white/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.logo_perspective.white .bottomNavButtonON {
	float:left;
	display:block;
	width:12px;
	height:12px;
	padding-left:9px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/white/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.logo_perspective.white .bottomNavLeft {
	display:none;
	position:absolute;
	z-index:140;
}
.logo_perspective.white .bottomNavRight {
	display:none;
	position:absolute;
	z-index:140;
}

.logo_perspective.white .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(//ladiscoteca.org/wp-content/plugins/lbg_logoshowcase/perspective/skins/white/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	xleft:0px;
	margin-left:-25px;
}
.logo_perspective.white .bottomOverThumb img {
	border:4px solid #ffffff;
}


/* jQuery-UI TOOL TIP */

.ui-tooltip {
	padding:8px;
	position:absolute;
	z-index:9999;
}

.ui-tooltip, .lbg_perspective_arrow:after {
	background: #333;
}
.ui-tooltip {
	background: #333;
	color: #FFFFFF;
	padding: 8px 8px;
	border-radius: 4px;
}
.lbg_perspective_arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  bottom: -16px;
}
.lbg_perspective_arrow.top {
	top: -16px;
	bottom: auto;
}
.lbg_perspective_arrow.left {
	left: 20%;
}
.lbg_perspective_arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.lbg_perspective_arrow.top:after {
	bottom: -20px;
	top: auto;
}