body{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url('../img/bg-plain.jpg') repeat-x black top;
}

* {
	margin:0;
	padding:0; }

div#coverAndPlayer {
	width: 648px;
	height: 846px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px; }
	
img#cover.poster{
  -webkit-box-reflect:below 1px -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.25)), color-stop(.33, transparent), to(transparent));
  background-color: #111;
}
div#mediaPlayer {
	width:502px;
	height:36px;
	float: left;
	background: white;
	margin-left: 41px;}

img#listenNow {
	float: left;
	margin-left: 10px;}

img#cover {
	float:left;
	margin-left: 41px;}
	
div#fullSiteLinkContainer {
	position: absolute;
	bottom: 0;
	right: 24px;
	width: 136px;
	height: 52px;}

div#fullSiteLinkContainer img{
	float: left;}
	
div#fullSiteLink {
	float:left;}
	
div#fullSiteLinkReflection {
	float:left;}

/*
div#purchaseLinks {
	width: 584px;
	height: 132px;
	background: url('../img/availableNow.jpg') no-repeat top left;
	float: left; }
*/

a#buttonAmazon {
	float: left;
	margin: 57px 0 0 326px;}
	
a#buttoniTunes {
	float: left;
	margin: 57px 0 0 37px;}



/*JPlayer Style*/

#player_container {
	float: left;
	position: relative;
	margin-left: 14px;
	width:415px;
	height:36px;}

#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;}
	
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;}
	
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:0px;
	top:5px;
	width:26px;
	height:26px;
	cursor: pointer;}
	
#player_play {
	background: url("../img/sprite.jpg") 0 0 no-repeat;}
	
#player_play.different_prefix_example_hover {
	background: url("../img/sprite.jpg") -26px 0 no-repeat;}
	
#player_pause {
	background: url("../img/sprite.jpg") 0 -26px no-repeat;}
	
#player_pause.different_prefix_example_hover {
	background: url("../img/sprite.jpg") -26px -26px no-repeat;}

#player_progress {
	position: absolute;
	left:30px;
	top:10px;
	background-color: #eee;
	width:380px;
	height:16px;}
	
#player_progress_load_bar {
	background: url("../img/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;}
	
#player_progress_load_bar.different_prefix_example_buffer {
	background: url("../img/bar_buffer.gif")  top left repeat-x;}
	
#player_progress_play_bar {
	background: url("../img/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;}
