td#lastArticles{
	width: 558px;
}
div#qmContainer{
	background:transparent url(/images/qmRadioBlock.png) no-repeat scroll 0 0;
	height:269px;
	margin-left:559px;
	overflow:hidden;
	position:absolute;
	width:219px;
	z-index:10;
}
div#qmNowPlayingContainer{
	float:right;
	margin-top:16px;
	margin-right:15px;
	height:100px;
	width:204px;
	overflow:hidden;
}
div#qmNowPlaying{
	float:right;
	line-height:18px;
	text-align:right;
	margin-top:0;
}
#qmTillNext{
	width: 190px; 
	margin-bottom: 2px; 
	display: block; 
	text-align: right;
	float: right;
	font-weight: bold; 
	color: green;
}
#qmNow{
	width: 100%; 
	margin-bottom: 4px; 
	display: block; 
	font-weight: bold; 
	cursor: pointer;
}
.qmNext{
	width: 100%; 
	margin-bottom: 15px; 
	display: block;
}
#qmStatus{
	width: 180px; 
	height: 152px; 
	float: right;
}
#qmStartStream{
	width: 52px; 
	height: 0; 
	float: right;
}
#btnStartStream{
	margin-right: 80px;
	margin-top: -48px;
}
#statusLed{
	margin-left: -10px;
	margin-top: 25px;
}
/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider                         { width: 638px; height: 285px; position: relative; margin: 0 auto 0 -39px; }
.anythingSlider .wrapper                { width: 558px; overflow: auto; height: 268px; margin: 0; position: absolute; top: 0; left: 40px; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; border-bottom: 3px solid #e0a213; margin: 0; margin-left: -40px; }
/*
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213; margin: 0; }
*/
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 265px; width: 558px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 35px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 4px; width:43px; z-index:20; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; left: 50px; top: 0; text-align: left; }
#thumbNav a                             { color: black; font: 11px/18px verdana,helvetica; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #c28b02; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 60px; text-align: center; position: absolute; right: 45px; top: 0; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
