.icon-next,
.icon-prev {
	display: inline-block;
	width: 30px;
	height: 65px;
	*margin-right: .3em;
	line-height: 126px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-next:last-child,
.icon-prev:last-child {
	*margin-left: 0;
}
.icon-next, 
.next:active .icon-next, 
.next:visited .icon-next, 
.next:focus .icon-next {
	background-image: url("../img/meo_dir.png");
}
.icon-prev, 
.next:active .icon-prev, 
.next:visited .icon-prev, 
.next:focus .icon-prev  {
	background-image: url("../img/meo_esq.png");
}

.next:hover .icon-next {
	background-image: url("../img/meo_dir.png");
}
.prev:hover .icon-prev {
	background-image: url("../img/meo_esq.png");
}

.slides_base {
	margin:0 auto;
	padding: 0px 5%;
	position:relative;
}
.main_slides {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	text-align: center;
	height: 140px;
}
.slides_container {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-moz-transition-property:-moz-transform;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;

	-o-transition-property:-o-transform;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;

	-ms-transition-property:-ms-transform;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;

	transition-property:transform;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}

.slides_control:before,
.slides_control:after {
	display: table;
	content: "";
}
.slides_control:after {
	clear: both;
}
/*
Next/prev buttons
*/
.slides_base .next,
.slides_base .prev {
	position: absolute;
	top: 15px;
	width: auto;
	height: auto;
	z-index: 101;
	display: inline-block;
	padding: 8px 40px 8px;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 26px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	padding: 4px 0px;
	text-align: left;
}

.slides_base .next:hover,
.slides_base .prev:hover {
	color: #333333;
	text-decoration: none;
}
.slides_base .prev {
	left: 0px;
}
.slides_base .next {
	right: 0px;
	text-align: right;
}
/*
Pagination
*/
.slides_base .pagination {
	display: inline-block;
	margin: 20px auto 0px;
}
.slides_base .pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
.slides_base .pagination li a {
	display: block;
	width: 10px;
	height: 0;
	padding-top: 10px;
	background-image: url("../img/pagination.png");
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.slides_base .pagination li.current a {
	background-position: 0 -10px;
}
.slide-music {
	float:left;
	-webkit-transform:translate3d(0,0,0);
	height: auto;	
	padding: 0px;
}
.slide-music .album-cover {
	border: 1px solid #a6a6a6;
	padding: 2px;
	margin: 10px 25px;
	-webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.5);
}

.slide-music table {
	width: 95%;
}

.slide-music table td:first-child {
	text-align: right;
	width: 15%;
}

.slide-music table td:last-child {
	text-align: left;
	padding-left: 5px;
	width: 80%;
}

.slide-music .title {
	font-weight: bold;
	margin-top: 10px;
}
.jp_controls {
	text-align: center;
	
}
.jp_controls .btn {
	
}
.jp_controls .jp-play {
	background-image: url("../img/play_meo.gif");
	background-repeat: no-repeat;
	box-shadow:0px 2px 2px #aaaaaa;
	/*border:1px solid #c3c3c3;*/
	margin:6px 2px 5px 0px;
	float: left;
	vertical-align:middle;
	border-radius: 10px;
	width:30px;
	height: 20px;
}

.jp_controls .jp-stop {
	background-image: url("../img/stop_meo.gif");
	background-repeat: no-repeat;
/*box-shadow:0px 2px 2px #aaaaaa;*/
	/*border:1px solid #c3c3c3;*/
	margin:6px 2px 5px 0px;
	float: left;
	vertical-align:middle;
	border-radius: 10px;
	width:30px;
	height: 20px;
}


.jp_controls_progress {    
	position: relative;
    width: 99%;
    margin-left: 0px;
    top: 20px;
}
.jp_controls_progress .jp-current-time,
.jp_controls_progress .jp-duration {
    font-size: .6em;
    position: absolute;
    top: -20px;
}
.jp_controls_progress .jp-current-time {
	left: 0;
}
.jp_controls_progress .jp-duration {
	right: 0;
}
.progress-bar {
	cursor: pointer;
	height: 3px;
	background-color: #707479;
	/*
	background-image: -moz-linear-gradient(center top, #BCBEC0, #FFFFFF);
	background-image: -ms-linear-gradient(center top, #BCBEC0, #FFFFFF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BCBEC0), to(#FFFFFF));
	background-image: -webkit-linear-gradient(center top, #BCBEC0, #FFFFFF);
	background-image: -o-linear-gradient(center top, #BCBEC0, #FFFFFF);
	background-image: linear-gradient(center top, #BCBEC0, #FFFFFF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbec0', endColorstr='#ffffff', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	*/
	border-color: #ffffff #ffffff #d9d9d9;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
	position: relative;
	border: 1px solid #CCCCCC;
	padding: 1px;	
}
.progress-bar:hover,
.progress-bar:active,
.progress-bar.active,
.progress-bar.disabled,
.progress-bar[disabled] {
	background-color: #ffffff;
	*background-color: #f2f2f2;
}
.progress-bar:active,
.progress-bar.active {
	background-color: #e6e6e6 \9;
}
.progress-bar .jp-seek-bar {
	height: 100%;
}
.progress-bar span {
	height: 100%;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 0%;
	background-color: #922783;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51164B), color-stop(35%, #DB3DC8), color-stop(60%, #DB3DC8), to(#51164B));
	background-image: -webkit-linear-gradient(#51164B, #DB3DC8 35%, #51164B 60%, #51164B);
	background-image: -moz-linear-gradient(top, #51164B, #DB3DC8 35%, #51164B 60%, #51164B);
	background-image: -ms-linear-gradient(#51164B, #DB3DC8 35%, #51164B 60%, #51164B);
	background-image: -o-linear-gradient(#51164B, #DB3DC8 35%, #51164B 60%, #51164B);
	background-image: linear-gradient(#51164B, #DB3DC8 35%, #51164B 60%, #51164B);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51164B', endColorstr='#51164B', GradientType=0);
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}

.btn-container, .btn-containersinglebutton, .subscriptionbutton {
	text-align:center;
	padding-top: 10px;
}

.btn-container .btn {
	width: 30%;
	height: 70px;
	margin: 0 5px;
}

.btn-strong{
	display:table;
	width:110px;
	height:2.0em;
}

.jp_vdf{
	text-decoration: none;
	font-size: 10pt; 
	color:#ffffff;
	font-weight: bold; 
	text-align: center; 
	border-radius: 10px;
	background-color: #0099AB;
	/*
	background-image: linear-gradient(top, rgb(255,255,255) 46%, rgb(214,214,214) 93%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 46%, rgb(214,214,214) 93%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 46%, rgb(214,214,214) 93%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 46%, rgb(214,214,214) 93%);
	*/
	box-shadow:0px 2px 2px #aaaaaa;
	border:1px solid #c3c3c3;   
	width:50%;
}

.footer-ui {
	border-bottom: 8px solid #bd0000;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	width:100%;
	height:auto;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(205, 205, 205, 0.6);
	-moz-box-shadow: 0px 0px 3px 2px rgba(205, 205, 205, 0.6);
	box-shadow: 0px 0px 3px 2px rgba(205, 205, 205, 0.6);

	background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 38%, #e8e8e8 38%, #ffffff 70%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(38%,#ffffff), color-stop(38%,#e8e8e8), color-stop(70%,#ffffff)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 38%,#e8e8e8 38%,#ffffff 70%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #ffffff 0%,#ffffff 38%,#e8e8e8 49%,#ffffff 70%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #ffffff 0%,#ffffff 38%,#e8e8e8 49%,#ffffff 70%); /* IE10+ */
	background-image: linear-gradient(to bottom, #ffffff 0%,#ffffff 38%,#e8e8e8 38%,#ffffff 70%); /* W3C */
}
.ui-btn-inner {
  font-size: 8pt;
  padding: 0.2em 0;
//  font-weight: normal;
}