#Player {
	background-color: #18181a;
	display: block;
	position: relative;
	height: 350px;
	width: 100%;
	padding: 0px;
	position: relative;
}
#Player-Title {
	position: absolute;
	height: 40px;
	width: 400px;
	left: 15px;
	top: 270px;
 font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}
#Player-Title b {
 font-weight: 700;
}
#Nav {
	position: absolute;
	height: 40px;
	width: 210px;
	right: 10px;
	top: 275px;
	text-align: right;

}
#Nav img {
margin-left: 5px;
}
#Feature-Pic {
	background-color: #000000;
 display: table; 
	width: 100%;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
}
#Feature-Pic  div {
	width: 100%;
 text-align: center;
 display: table-cell;
 vertical-align: middle;
}
#Button-Play-Pause {
	display: block;
	position: absolute;
	height: 40px;
	width: 50px;
	left: 0px;
	top: 308px;
 cursor: pointer;
	background-repeat: no-repeat;
}
.Button-Play {
	background-image: url(../Images/Button-Play-White.png);
	background-position: center center;
}
.Button-Pause {
	background-image: url(../Images/Button-Pause-White.png);
	background-position: center center;
}
#Sound-On, #Sound-Off {
	position: absolute;
	height: 40px;
	width: 32px;
	left: 50px;
	top: 310px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}
#Sound-On {
	background-image: url(../Images/Button-Sound-On-White.png);
	display: block;
}
#Sound-Off {
	background-image: url(../Images/Button-Sound-Off-White.png);
	display: none;
}
#Timeline, #Progress, #ProgressBar {
	display: block;
	position: absolute;
	height: 8px;
	width: 466px;
	left: 168px;
	top: 326px;
}
#Timeline {
	background-color: #454545;
 z-index: 1000;
}
#Progress {
 z-index: 1002;
cursor: pointer;
}
#ProgressBar {
	z-index: 1001;
	background-color: #676767;
	background-image: url(../Images/ProgressBar.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 0px;
}
#Time-Left {
	display: block;
	position: absolute;
	height: 14px;
	width: 75px;
	left: 88px;
	top: 322px;
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#Menu {
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	right: 0px;
	top: 310px;
	z-index: 1004;
	background-image: url(../Images/Button-Menu-White.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;

}
#EQ {
	display: block;
	position: absolute;
	height: 41px;
	width: 41px;
	right: 0px;
	top: 0px;
	z-index: 1005;
	-moz-opacity: 0.55;
 opacity:.55;
 filter: alpha(opacity=55);
}
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
div#Sound-Off { 
display: none; 
}
div#Sound-On { 
display: none; 
}
div#Button-Play-Pause {
	display: block;
	position: absolute;
	height: 40px;
	width: 82px;
	left: 0px;
	top: 310px;
 cursor: pointer;
	background-repeat: no-repeat;
}
}
/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
div#Sound-Off { 
display: none; 
}
div#Sound-On { 
display: none; 
}
div#Button-Play-Pause {
	display: block;
	position: absolute;
	height: 40px;
	width: 82px;
	left: 0px;
	top: 310px;
 cursor: pointer;
	background-repeat: no-repeat;
}
}
