/* CSS Document */


#music {
	background: #000 url(../img/music/bg2.jpg);
	width: 1280px;
	height: 544px;
	display: block;
	position:absolute;
	color: #999;
	top: 0px;
	left: 50%;
	margin-left: 640px;
}

	#musicTitle {
	position: absolute;
	top: 111px;
	left: 27px;
	font-size: 40px;
	color: #fff;
		}
		
		#musicContent #bar1 {
	display: block;
	top: 158px;
	left: 27px;
	width: 190px;
	height: 1px;
	background: rgba(205,205,205, .3);
		}
		
		#musicContent #bar2 {
	display: block;
	top: 161px;
	left: 27px;
	width: 190px;
	height: 4px;
	background: rgba(255,255,255, .1);
		}
		#musicThumbs {
			position: absolute;
			top: 168px;
			left: 27px;
			list-style: none;
		}
			
				#musicThumbs li {
					display: block;
					margin-bottom: 10px;
					width: 190px;
				}
				
				.musicThumb {
					white-space: nowrap;
				}
				
				.musicThumb img {
					display: block;
				}
				
				.musicThumbLabel {
					background: #161616 url(../img/music/thumbArrow.png) no-repeat right;
					width: 183px;
					padding-left: 7px;
					padding-top: 3px;
					padding-bottom: 3px;
					display: block;
					top: 106px;
					left: 0;
					color: #fff;
					font-size: 13px;
					line-height: 14px;
					letter-spacing: 1px;
				}
				
				.musicThumbLabel2 {
					font-size: 9px;
					
				}
				.musicThumb:hover .musicThumbLabel {
					background-color: rgb(140,0,0);
				}
				
				.musicThumb.selected {
					cursor: default;
				}
				
				.selected .musicThumbLabel {
					background-color: rgb(140,0,0);
				}
				
	#musicArt {
		background: #000;
		border-radius: 5px;
		left: 242px;
		top: 120px;
		width: 307px;
		height: 307px;
		padding: 8px;
		display: block;
	}

	#musicTracks {
		top: 158px;
		left: 585px;
		width: 400px;
		height: 282px;
		display: block;
		overflow: hidden;
	}
		.musicTracks {
			height: 282px;
			color: #fff;
			font-size: 14px;
			line-height: 18px;
			white-space: nowrap;
		}
		
		#musicTracksSoundtrack2 {
			left: 127px;
		}
		#musicTracksSoundtrack, #musicTracksInspired {
			left: 2px;
		}
		
		.musicOrderBtn {
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			height: 26px;
			color: #000;
			font-size: 19px;
			line-height: 26px;
			background: url(../img/music/buyBtnBg.png) top right;
			padding-left: 8px;
			padding-right: 28px;
		}
		
			.musicOrderBtn:hover {
				color: #fff;
				background-position: bottom right;
			}