body {
	background-color: #1B1B1B;
	margin:0px;
	min-width:940px;
	min-height:700px;
}
html{
	min-width:940px;
	min-height:700px;
}
div {
	font-family:Helvetica, Arial, Calibri, sans-serif;
}
#mainPlayer{
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	width:940px;
	height:630px;
	
}
.coverGrey{
	position:absolute;
	z-index:90;
	top:0px;
	left:0px;
	width:940px;
	height:630px;
	background-color: #1B1B1B;
	opacity:0;
}
/*.smallerWidth .mainPlayerDiv{
	left:0px;
	margin-left:0px;
}
.smallerHeight .mainPlayerDiv{
	top:0px;
	margin-top:0px;
}*/
.otherStation{
	position:absolute;
	top:50%;
	left:50%;
	width:940px;
	height:630px;
	margin-top:-315px;
	margin-left:-470px;
	border:1px solid #686868;
	background:url(http://cdnrf.securenetsystems.net/file_radio/v5/skins/standard.png) no-repeat top left #1B1B1B;
	box-shadow: -3px -3px 1px  rgba(27,27,27,0.7);
	cursor:pointer;
}
.mainPlayerDiv{
	cursor:default;
}
.albumImage{
	top:188px;
	left:14px;
	position:absolute;
}
.top-menu-wrapper {
	top:16px;
	left:205px;
	width:717px;
	height:90px;
	position:absolute;
	text-align:right;
}

.top-menu-button-wrapper {
	width:120px;
	height:90px;
	float:right;
	margin-left:14px;
	margin-right:-6px;
	padding:3px;
}

.top-menu-button-bg {
	width:114px;
	height:84px;
}

.top-menu-button {
	width:120px;
	height:90px;
	float:right;
	margin:-3px;
	overflow:hidden;
	cursor:pointer;
	text-align:center;
}

 .top-menu-button-c1 {
 	#position: absolute;
 	#top: 50%;
 	display: table-cell;
 	vertical-align: middle;
 }

 .top-menu-button-c2 {
 	#position: relative;
 	#top: -50%;
 	overflow:hidden;
 }

 .top-menu-text {
  	padding:6px;
  	font-weight:bold;
  	text-align:center;
  	font-size:0.9em;
}
.top-menu-button-border {
	background:url(../images/top-menu-button-border.png) no-repeat top center;
	background-size:120px 90px;
}
.top-menu-button-shine {
	background:url(../images/top-menu-button-shine.png) no-repeat top center;
	background-size:120px 90px;
}
.tS {
	text-shadow: 1px 1px 2px #000;
}
.dT {
	display: table;
	position: relative;
}