*{
	margin:0;
	padding:0;
}
body{
	background:#000 url(../images/Greenpoint_Door.jpg) no-repeat;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:12px;
	color:#fcfcfc;
}
.mp_wrapper{
	width:800px;
	height:526px;
	margin:50px auto 40px auto;
	position:relative;
}
.mp_content_wrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:580px;
	height:380px;
	background:transparent url(../images/bg.png) repeat top left;
	-moz-border-radius:10px 0px 0px 0px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}
.mp_player{
	position:absolute;
	top:0px;
	left:585px;
	width:215px;
	height:526px;
	background:transparent url(../images/bg.png) repeat top left;
	-moz-border-radius:0px 10px 10px 0px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.mp_content img{
	width:203px;
	border:1px solid #000;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
	margin:20px 20px 10px 20px;
}
.mp_description{
	width:540px;
	height:145px;
	margin:0 auto;
	overflow:hidden;
	text-overflow:ellipsis;
}
.mp_description h2{
	font-size:34px;
	margin-bottom:5px;
	color:#f0f0f0;
	background:transparent url(../images/bg.png) repeat top left;
	padding:3px 0px 4px 10px;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
.mp_description p{
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
	padding:5px;
	line-height:17px;
}
.mp_songs{
	width:333px;
	height:203px;
	overflow: hidden;
	overflow-y: visible;
	position:absolute;
	right:20px;
	top:20px;
}
a.mp_playall{
	background:#000 url(../images/play_big.png) no-repeat center center;
	width:50px;
	height:50px;
	position:absolute;
	top:98px;
	left:96px;
	text-indent:-9000px;
	outline:none;
	display:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.mp_songs > div{
	background:transparent url(../images/bg.png) repeat top left;
	width:100%;
	margin-bottom:5px;
	height:30px;
}
.mp_songs div h3{
	width:260px;
	line-height:30px;
	margin-left:10px;
	float:left;
}
.mp_options{
	width:48px;
	float:right;
}
.mp_options span{
	text-indent:-9000px;
	width:20px;
	height:26px;
	margin:2px 2px 0px 0px;
	float:left;
	cursor:pointer;
}
.mp_options span.mp_addpl{
	background:transparent url(../images/add.png) no-repeat center center;
}
.mp_options span.mp_play{
	background:transparent url(../images/play.png) no-repeat center center;
}
ul.mp_albums img{
	width:110px;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
	cursor:pointer;
	margin-top:3px;

}
ul#buy{

    padding: 10px;
    top: 0px;
    left: 100px;
    list-style: none;
    z-index:999999;
    width:721px;}

ul#buy li {
	display: inline;
	float: left;
	width: 110px;
	height: 50px;

}
ul#buy li a{

	width: 90px;
	height: 33px;
	text-indent: -9999px;
	display: block;
	margin-left: 4px;
	
}
ul#buy li a:hover{
	border-bottom: 4px solid #f1f1f1;
}
ul#buy li a:active {
  position: relative;
  top: 1px; left: 1px;
}
ul#buy li.dl {
	width: 75px;
	margin-top: 9px;
}
ul#buy li.itunes a{
	background: url(../images/itunes_logo.png) no-repeat;
}
ul#buy li.emusic a{
	background: url(../images/emusic_logo.png) no-repeat;
	margin-top: 0;
}
ul#buy li.amazon a{
	background: url(../images/amazonmp3_logo.png) no-repeat;
	margin-top: -1px;
}
ul#buy li.rhapsody a{
	background: url(../images/rhapsody_logo.png) no-repeat;
	margin-top: 3px;
}
.reference{
				font-family:Arial;
				position:relative;
				width:100%;
				font-size:1em;
				text-transform:uppercase;
				text-align:center;
				margin-top:-20px;

}

.reference a.cred{
				color:#674c05;
				font-size:1em;
				margin-right:0;
				margin-top:40px;

}
a.cred:hover{
				color:#ccc;
}
.reference p{
				color:#591e24; 
				font-size: 1.3em;
				text-shadow: 1px 1px #000;
				background: url(../images/footerbg.png);
				padding: 4px;
}
.clickr {

				width:200px;
				float:left;
				position:absolute;
				left:33px;
				top: 120px;
}