body{
	text-align: center;
	font-size: 32px;
	margin-top: 50px;
}
#container {
	width:1100px;	/*1280 Full HD Width, leaving a gap*/
	height: 620px;
	margin: auto;
	border: 5px dotted grey;
	padding-left: 30px;
	padding-top: 0px; /*forces a big drift quite far down if this set to 10px?*/
	margin-top: 0px;
	background: orange;
	color: black;
}

.item {
	background:yellow;
	width:240px;
	height:160px;
	display:block;
	float:left;
	margin: 15px 15px 15px 15px;
	background-repeat:no-repeat;
	background-position: center;
}
.selected {	border:15px solid red; margin: 0px;	}
.bbc{	background-image:url('../media/bbc.gif');	}
.itv{	background-image:url('../media/itv.gif');	}
.c4{	background-image:url('../media/c4.gif');	}
.c5{	background-image:url('../media/c5.gif');	}

#buttons{
	padding-right: 30px;
}
#buttons li {  
	width: 24%;
    display: box;
	/*border: 1px solid green;*/
    float: left;
    text-align: center;
}
#buttons li.rb{  color:red;		}
#buttons li.gb{  color:green;	}
#buttons li.yb{  color:yellow;	}
#buttons li.bb{  color:blue;	}

#debug{
	margin-top: 0px;
	width: 100%;
}
.ui-dialog{
	font-size: 32px;
}