/* player and playlist go side by side */#player, #playlist, #playerwide{	float:left;			margin-right:20px; }/* player dimensions */#player, #player img {	display:block;	width:440px;	height:330px;	border:0px;}#playlist {	width:150px;		}/* overlay play button */div.play {	background:url(../img/play.png) no-repeat;	width:50px;	height:50px;	position:relative;	top:-190px;	left:205px;	opacity:0.9;	margin-bottom:0px;	background-image: url(../img/play.png);}div.play:hover {	opacity:1.0;		}/* playlist entry */#playlist a {	background:url(../img/block.jpg) no-repeat;	width:150px;	height:68px;	display:block;	text-decoration:none;	color:#333;		}#playlist p {	font-size:11px;	width:130px;	padding:8px 0 0 12px;	margin:0px;		}#playlist p.time {	padding-top:0px;	color:#777;	margin-top:0px;} /* entry stages: normal, hover, playing, paused */#playlist a:hover {	background-position:0 -68px;	}#playlist a.playing, #playlist a.paused {	color:#000;	}#playlist a.playing {	background-position:0 -136px;		}#playlist a.paused {	background-position:0 -68px;	}div.specs {	width:440px;	position:relative;	top:10px;	opacity:0.9;	margin-bottom:0px;}div.play33w {	background:url(../img/play_33sq.png) no-repeat;	width:33px;	height:33px;	position:relative;	top:-73px;	left:58px;	opacity:0.9;	margin-bottom:-50px;	background-image: url(../img/play_33sq.png));}div.play33w:hover {	opacity:1.0;}div.links {	width:148px;	position:relative;	top:10px;	opacity:0.9;	margin-bottom:0px;}div.play_lg {	background:url(../img/play_large.png) no-repeat;	width:83px;	height:83px;	position:relative;	top:-206px;	left:189px;	opacity:0.9;	margin-bottom:0px;	background-image: url(../img/play_large.png);}div.play33wide {	background:url(../img/play_33sq.png) no-repeat;	width:33px;	height:33px;	position:relative;	top:-59px;	left:58px;	opacity:0.9;	margin-bottom:-50px;	background-image: url(../img/play_33sq.png));}#playerwide, #playerwide img {	display:block;	width:440px;	height:248px;	border:0px;}div.playwide {	background:url(../img/play.png) no-repeat;	width:50px;	height:50px;	position:relative;	top:-149px;	left:205px;	opacity:0.9;	margin-bottom:0px;	background-image: url(../img/play.png);}