/* = = = = = = = Multiple specified = = = = = = = = = */

	.slidings {
		background:#000;
		height:800px;
		position: relative;
		overflow:hidden;
	}
		
		.slidings .slide-item {
			height:100%;
			width:100%;
			float:left;
			position: relative;
			overflow:hidden;
		}
		
			.slidings .slide-item .over {
				position: absolute;
				right:-50%;
				top:0;
				height:100%;
				width:40%;
				background: rgba(0,0,0,0.6);
				color:#fff;
				
			}
			
				.slidings .slide-item .contents {
					position: absolute;
					bottom:30px;
				}
				
			
				.slidings .slide-item .over h1 {
					font-weight:900;
					color:#fff;
					width:400px;
					font-size:40px;
					padding: 0 0 0 30px;
					margin:0;
				}
				
				.slidings .slide-item .over h2 {
					font-weight:300;
					color:rgba(255,255,255,0.8);
					width:400px;
					font-size:20px;
					padding: 0 0 0 30px;
					line-height: 1.6em;
				}
				
					.slidings .slide-item .over h2 a {
						color:rgba(255,255,255,0.9);
						border-bottom:1px dotted rgba(255,255,255,0.9);
					}
					
				
					.slidings .slide-item .over h1 a {
						color:#fff;
					}
					
					.car-product {
						margin-left:30px;
						border-top:1px solid rgba(255,255,255,0.3);
						margin-top:20px;
						padding-top:15px;
						width:400px;
					}
					
						.car-product .art {
							display:inline-block;
							vertical-align: middle;
						}
						
						.car-product .title {
							display: inline-block;
							width:220px;
							font-weight:600;
							font-size:16px;
							vertical-align: middle;
							padding-left:10px;
						}
						
							.car-product .title span {
								font-weight: 100;
								display:block;
								opacity: 0.6;
								font-size:12px;
								line-height: 1.4em;
							}
							
					.car-product .add-to-cart {
						background:none;
						padding-left:20px;
					}
					
					.car-product .price {
						display:none;
					}
					
					.car-product .add-to-cart a, .car-product .notify {
						background:none;
						padding:0 0 0 0;
						color:rgba(255,255,255,0.5);
						font-size:12px;
						font-weight: 300;
					}
					
					.car-product .add-to-cart a:hover, .car-product .notify:hover {
						color:#fff;
					}
					
					.car-product .notify {
						padding-left:30px;
					}
					
					.car-product .add-to-cart {
						display: inline-block;
						float:none;
						width:auto;
						padding-top:0px;
						vertical-align: middle;
					}
				
		
		.slidings .inner {
			height:100%;
			position: relative;
			width:99999px;
		}
		
			.slidings .image img {
				width:100%;
			}
			
	.artist-image-link {
		display: block;
		width:300px;
		float:left;
		margin-right:15px;
		background:#f7f7f7;
		text-decoration: none;
		border-bottom:0px solid #fff !important;
	}
	
		.artist-image-link img {
			width:300px;
		}
		
		.artist-image-link span {
			font-size:12px;
			font-weight:normal;
			color:rgba(0,0,0,0.5);
			padding:5px 7px 7px 10px;
			display: block;
		}
		
		
	.slider-info[data-hidden='1'] {
		visibility: hidden;
	}
	
	#slider .background {
		position: relative;
	}
	
	#slider .background img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		/*height: 100%; */
		/* object-fit: cover; */
	}
	
	ul.information.i-rows {
		padding: 20px 0px;	
	}