/* nigun.hu music css */

	.album {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		width: 820px;
		height: 315px;
		padding: 5px;
		border-bottom: #ccc solid 1px;
	}
	
	.album .left {
		position: relative;
		float: left;
		display: inline;
		width: 400px;
		height: 315px;
	}
	
	.albumcaption {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		text-align: center;
	}
	
	.album .right {
		position: relative;
		float: right;
		display: inline;
		width: 310px;
		height: 305px;
		padding-top: 10px;
	}
	
	
	.albumimg {
		width: 200px;
		height: 200px;
		padding: 15px;
		background-color: #FFF;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	
	.right ul {
		display: block;
		margin-top: 5px;
		width: 290px;
	}
	
	.right ul li {
		list-style-type: none;
		float: left;
		clear: both;
		display: block;
		width: 290px;
	}
	
	h1 {
		text-align: center;
		margin-bottom: 25px;
	}
	
	#quicktime {
		position: relative;
		width: auto;
		height: 80px;
		text-align: center;
		padding: 35px;
		top: 15px;
	}
	
	#quicktime a {
		outline: none;
	}
	
	#quicktime .icon {
		position: relative;
		margin: auto;
		top: 10px;
	}
	
	.clr {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		height: 10px;
		clear: both;
	}
	
	
