.monitors, .fourties, .onexthree {
	text-align:center;
	width:100%;
}

.audioin, .audio3 {
	display:none;
}

.monitor {
	width:160px;
	display:inline-block;
	background: rgb(149,149,149); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(149,149,149,1)), color-stop(46%,rgba(13,13,13,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(53%,rgba(10,10,10,1)), color-stop(76%,rgba(78,78,78,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#fff;
	font-size:1.5em;
	line-height:1em;
	border:10px solid #000;
	margin:0;
	padding:0.25em;
	box-shadow:2px 2px 5px #000;
}

.monitor:hover, .monitor:active, .active {
	background:#36C;
}

.onexthree .monitor {
	width:320px;
	position:relative;
	margin:-5px -10px 0 0;
	
}

.onexthree .monitor img {
	margin:-10px 0 -10px 35px;
	vertical-align:middle;
}

.ui-icon-hdmi {
	background-image:url(../images/hdmi.png);
}

.ui-icon-vga {
	background-image:url(../images/vga.png);
}

.ui-icon-tuner {
	background-image:url(../images/tuner.png);
}

.ui-icon-vol {
	background-image:url(../images/vol.png);
}

.overlay {
	position:absolute;
	width:auto;
	height:310px;
	margin:-15px 2% 0 0;
	background-color:#fff;
	opacity:0.5;
	display:block;
	border-radius:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:3em;
	font-weight:bold;
	color:#000;
	text-align:center;
	z-index:100;
}

.soft-remote {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:1px inset #000;
	padding:1em 0;
	border-radius:20px;
}

.sr-col1 {
	position:relative;
	float:left;
	width:33%;
	margin:0;
	text-align:center;
}

.sr-col2 {
	position:relative;
	float:left;
	text-align:center;
	width:34%;
	margin:0;
}

.sr-col2 img {
	margin-top:1em;
}

.sr-col3 {
	position:relative;
	float:left;
	text-align:center;
	width:33%;
	margin:0;
}

.toggle {
	width:5em;
	margin:0 auto;
}

.subtext {
	color:#000 !important;
	font-size:12px !important;
	font-weight:normal !important;
	text-shadow:1px 1px #ccc;
	margin:0;
}

.program {
	margin-left:35px;
	margin-bottom:10px;
}



