/*shop begin*/

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
ul#curusel{
    height: 360px;
    max-width: 980px;
    width:60%;
}
ul#curusel li{
    list-style: none;
    width:270px;
    text-align: center;
    position: relative;
}
ul#curusel li img{
    max-width: 100%;
    max-height: 100%;
}
.round_next{
    position: absolute;
    z-index: 300;
    top: 0px;
    right: 0px;
    height: 360px;
    width: 25px;
    outline: none;
    background: url("/assets/epk/releases/s-right.png") right center no-repeat;
}
.round_prev{
    position: absolute;
    z-index: 300;
    top: 0px;
    left: 0px;
    height: 360px;
    width: 25px;
    outline: none;
    background: url("/assets/epk/releases/s-left.png") left center no-repeat;
}
.roundabout-moveable-item a{
    display: none;
    position: absolute;
    top:0px;
    width:100%;
    height: 100%;
    left:0px;
    z-index: 10;
    background: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.roundabout-moveable-item.roundabout-in-focus a{
    display: block;
}

.store-shop-cd-left {
    float: left;
    width: 32%;
    padding-left:1%;
    position: relative;
    z-index: 1;
}
/*
.preview_cd_main {
    float: left;
    width: 100%;
    margin-top:5px;
    max-width: 300px;
}
*/
.store-shop-cd-right {
    float: right;
    margin-left: 1%;
    width: 57%;
    position: relative;
    z-index: 1;
}
/*
.cd_name {
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    line-height: 18px;
}
*/

.store-cd-table {
    border-collapse: collapse;
    width: 100%;
}
.store-ring-number {
    font-size: 12px;
    padding-left: 3%;
    width: 5%;
}
.store-ring-player {
    border-radius: 7px 7px 7px 7px;
    display: block;
    height: 13px;
    margin-left: -0.2%;
    position: absolute;
    width: 13px;
}
.store-ring-player:hover {
    background: url("/assets/epk/releases/play.png") no-repeat scroll 0 0 #00ABC6;
}
.store-ring-player.sr_play {
    background: url("/assets/epk/releases/stop.png") no-repeat scroll 0 0 #00ABC6;
}
.store-ring-player.sr_play:hover {
    background-image: url("/assets/epk/releases/stop.png");
}
.store-ring-name {
    width: 61%;
    padding-left: 16px;
}
.store-ring-time {
    width: 10%;
    font-size: 12px;
    text-align:right;
}
.store-ring-price {
    width: 9%;
}
.store-ring-add-to-cart {
    width: 15%;
}
.store-cd-table {
    border-collapse: collapse;
    width: 100%;
}
#page-wrap .base-body .store-ring-add-to-cart a {
    border: 1px solid #00ABC6;
    color: #00ABC6;
    display: block;
    max-width: 50px;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
}
#page-wrap .base-body .store-ring-add-to-cart a:hover {
    background: none repeat scroll 0 0 #00ABC6;
    border: 1px solid #00ABC6;
    color: #FFFFFF;
}
.sr_mp_mp3, .sr_mp_ogg {
    display: none;
}
.store-cd-table tbody tr {
    height: 25px;
}
.store-cd-table tbody tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}
#releases-base-body .scrollbar1ed .overview{
    width:100%;
}
#releases-base-body .scrollbar1ed .viewport{
	height: 315px;
}
#releases-base-body .bg_releases{
	/*position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url('/assets/epk/releases/background-music21.jpg');
	background-size: cover;
	margin: -10px 0 0 -10px;*/
}
#releases-base-body .store-ring-name a.player{
	text-decoration: none;
	color: #ffffff;
}
#releases-base-body table tr.actve td{
	color: #00aae5;
}
#releases-base-body table tr.actve .store-ring-name a.player{
	color: #00aae5;
}
#releases-base-body .fl-player{
	clear: both;
	float:left;
	overflow: hidden;
	height: 0px;
	/*width: 86%;*/
	width: 100%;
	height: 28px;
	/*margin: 30px 0 30px 7%;*/
}
#releases-base-body table.store-cd-table td{
	vertical-align: top;
}
.player_box{
	margin: 131px auto 0;
    max-width: 480px;
    width: 86%;
    position: relative;
}
#bg-flp{
	margin: 131px auto 0;
    max-width: 480px;
    position: relative;
    width: 86%;
}
#flbg{
	float:left;
	position:absolute;
	height:78px;
	margin-top:3px;
	margin-left:3%;
	background: #212121; /* Old browsers */
	background: -moz-linear-gradient(top,  #212121 0%, #000000 30%, #000000 70%, #161616 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(30%,#000000), color-stop(70%,#000000), color-stop(100%,#161616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #212121 0%,#000000 30%,#000000 70%,#161616 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #212121 0%,#000000 30%,#000000 70%,#161616 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #212121 0%,#000000 30%,#000000 70%,#161616 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #212121 0%,#000000 30%,#000000 70%,#161616 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#161616',GradientType=0 ); /* IE6-9 */
    transform:skew(-20deg);
	-ms-transform:skew(-20deg); /* IE 9 */
	-webkit-transform:skew(-20deg); /* Safari and Chrome */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #000000;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:    0px 3px 3px rgba(0, 0, 0, 0.9);
	box-shadow:         0px 3px 3px rgba(0, 0, 0, 0.9);
    width: 94%;
}
.title_track{
	float: left;
	margin-left: 16%;
	width: 56%;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#fl_playlist {
    margin: 0 auto;
    width: 365px;    
}
ul.store-cd-table{
	list-style-type: none;
}
ul.store-cd-table li{
	list-style: none;
}
.cd_name{
	float:right;
	/*margin-right: 10px;*/
	background: #000000;
	background:rgba(0,0,0,0.2);
	padding:4px;	
	font-size: 16px;
	line-height: 20px;
	max-width:70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.fl-player-box{
	height: 30px;
	overflow: hidden;
	width: 100%;
	display: none;
}
#preview-cd img{
	max-height: 100%;
}
#all-cd{
	overflow: hidden;
	position: relative;
	display: block;
	width:100%;
	z-index: 5;
}

/* jPlayer */
#preview-cd .j-player-box{
	height: 30px;
	overflow: hidden;
	width: 100%;
	display: none;
}
#preview-cd  div.jp-audio .jp-interface {
	position: relative;
	width:100%;
	background: none;
	height: 30px;
	background: #000000;	
}
#preview-cd  div.jp-audio div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding: 0;
	overflow:hidden;
	width: 46px;
	height: 30px;	
	float: left;
	position: absolute;
	z-index: 1px;
}
#preview-cd div.jp-audio div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}
#preview-cd div.jp-audio div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height: 49px;
	margin: 0;
	padding: 0;
	outline: none;
	width: 17px;
	height: 17px;
	background-image: url(/assets/epk/releases/the_orchard_player_sprite.png);
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-left: 15px;
}
#preview-cd div.jp-type-single .jp-play {
	background-position: -29px -3px;	
}
#preview-cd div.jp-type-single .jp-play:active,
#preview-cd div.jp-type-single .jp-play:hover{
	background-position: -48px -3px;
}
#preview-cd div.jp-type-single .jp-pause {
	background-position: 4px -3px;	
}
#preview-cd div.jp-type-single .jp-pause:active,
#preview-cd div.jp-type-single .jp-pause:hover{
	background-position: -12px -3px;
}
#preview-cd #progress{
	padding-left: 46px;
	position: static;
	max-width: 521px;
	width: 80%;	
}
#preview-cd .jp-progress {	
	background: url(/assets/epk/releases/the_orchard_player_sprite.png) -95px -6px  no-repeat;
	height: 4px;
    margin: 13px 0 0 0;
    padding: 0;
    width: 100%;    
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: visible;
}
#preview-cd .jp-seek-bar {
	background: url(/assets/epk/releases/the_orchard_player_sprite.png) -95px -6px  no-repeat;
	padding: 0;
	height: 100%;	
	margin:0;
	cursor:pointer;
	overflow: visible;
}
#preview-cd .jp-play-bar {
	background: url(/assets/epk/releases/the_orchard_player_sprite.png) -95px -13px  no-repeat;	
	width:0px;
	height: 100%;	
	float:left;
}
#preview-cd .jp_pipka{
	width: 0px;
	height: 0px;
    float: left;
    overflow: visible;
}
#preview-cd .jp_pipka span{
	background-image: url(/assets/epk/releases/the_orchard_player_sprite.png);
	background-position: -68px -6px;
	background-repeat: no-repeat;	
	width: 10px;
	height: 10px;
    float: left;   
    margin-left: -3px;
    margin-top: -3px;
}
#preview-cd .jp_pipka span:hover{
	background-position: -81px -6px;
}
/* jPlayer end*/
@media screen and (max-width: 760px) {
	.store-shop-cd-left,
	.store-shop-cd-right{
		width: 99%;		
	}
	#fl_playlist{
		width: 100%;
		max-width: 365px;    
	}
	#bg-flp,.player_box{
		margin-top: 50px;
	}
}
/*shop end*/
