.hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	background-color:black;
	}
	
	.hero-carousel article {

		width: 1050px;
		margin: 0 auto;
		height: 640px;
		display: block;
		float: left;
		position: relative;
		background: url('../images/assets/preloader.gif') no-repeat center;
		}
				
	.hero-carousel-container article {
		float: left;
		}
	
		.hero-carousel article img{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			}
		
		
		/* CONCERT Details */
			
		.hero-carousel article .contents_concert {
			position: relative;
			z-index: 2;
			top: 240px;
			left: 48px;
			list-style: none;
			color: white;
			width: 650px;
			padding: 40px;
			background: rgba(0,0,0,0.4);
			-pie-background: rgba(0,0,0,0.8);
			behavior: url(../../../assets/PIE.htc);
		}

			.hero-carousel article .contents_concert h1 {
				font-size: 60px;
				color: white;
				padding-bottom: 15px;
				padding-top: 15px;
			}
			
			
			.hero-carousel article .contents_concert .description {
				font-size: 12px;
				margin-left:auto;
				margin-right:auto;
				padding-top: 20px;
			}
			
			.hero-carousel article .contents_concert .description a {
				color:#fff;
				background:#000;
				padding:5px;
			}
			
			
		/* SINGLE / ALBUM Download Details*/
			
		.hero-carousel article .contents_single {
			position: relative;
			z-index: 2;
			top: 260px;
			width: 800px;
			list-style: none;
			color: white;
			margin-left:auto;
			margin-right:auto;
			-pie-background: rgba(0,0,0,0.8);
			behavior: url(../../../assets/PIE.htc);
		}
				
			.hero-carousel article h1 {
	font-size: 104px;
	letter-spacing:-1px;
	color: #4D83A2;
	padding-bottom: 15px;
	padding-top: 15px;
			}
						
			.hero-carousel article .contents_single h1 p {
	text-transform:uppercase;
	font-size: 40px;
	letter-spacing: 0px;
	color: #75A7B8;
	padding-bottom: 15px;
	padding-top: 40px;
			}
	
			.hero-carousel article .contents_single .description {
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
	text-align: left
			}		
				
				.hero-carousel article .contents_single img {
					margin-left:auto;
					margin-right:auto;
					padding-top: 190px;
					padding-left: 340px;
				}			
					
	
		.hero-carousel-nav {
			width: 100%;
			position: absolute;
			bottom: 0;
			z-index: 2;
			}
			
			.hero-carousel-nav li {
				right: 8%;
				float: right;
				position: absolute;
				bottom: 40px;
				list-style: none;
				}
				
			.hero-carousel-nav li.prev {
				left: 8%;
			}
				
			.hero-carousel-nav li a {
				font-size: 12px;
				background: #131313;
				color: gray;
				border: none;
				outline: none;
				display: block;
				float: left;
				padding: 5px 20px;
				text-decoration: none;
				
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				border-radius: 20px;
				behavior: url(../../../assets/PIE.htc);
				}
			
			.hero-carousel-nav li a:hover { 
				background: #4D83A2;
				color: white;
				}
				
			.hero-carousel-nav li a:active,
			.hero-carousel-nav li a:focus { 
				border: none;
				outline: none;
				}
