			#masthead {
				margin-bottom:5px;
			}

			.masthead-controls {
				overflow:hidden;
				width:100%;
			}

			.playPause {
				display:block;
				float:left;
				width:21px;
				margin:3px;
				margin-left:0px;
				height:20px;
				text-indent:-9999px;
				border: 1px solid #CCC;
				background:url('/art/masthead_pause.png') no-repeat scroll 0px 0px;
			}

			.playPause:hover {
				background-position:0px -20px;
			}

			.playPause.paused {
				background:url('/art/masthead_play.png') no-repeat scroll 0px 0px;
			}

			.playPause.paused:hover {
				background-position:0px -20px;
			}

			.masthead-controls a.frame-ctl {
				text-decoration:none;
				color:white;
				width:10px;
				display:block;
				float:left;
				margin:3px;
				text-align:center;
				border:1px solid #CCC;
				width:20px;
				height:20px;
				position:relative;
			}

			.masthead-controls a.frame-ctl span {
				position:relative;
				top:2px;
				font-size:85%;
			}

			.promos {
				width:100%;
				overflow:hidden;
			}

			.promo-left {
				float:left;
				margin:0;
			}

			.promo-right {
				float:right;
				margin:0;
			}

			.promo-left a, .promo-right a {
				display:block;
				margin:0;
			}

