#tunerContainer {
	background-color: #000000;
	padding-top : 40px;
	padding-bottom : 40px;
	text-align:center;
}
#adContainer {
	background-color: #909090;
	padding-top : 40px;
	padding-bottom : 40px;
}

#shareBlock {
	text-align : center;
	/* white-space:nowrap; */
}
.shareBlockItem {
	margin : 30px 0px 10px 10px; /* T-R-B-L (trouble) */
}
.tunerBox {
	position : relative;
	width : 760px;
	height : 400px;
	margin : auto;
}

.adpad10 {
	padding : 10px;	
}


/* Design for Phone (Larger than mobile) */
@media (min-width: 320px) {
	.tunerBox {
		position : relative;
		width : 280px;
		height : 147px;
		margin : auto;
	}
}

/* Design for Tablet (Larger than mobile) */
@media (min-width: 400px) {
	.tunerBox {
		position : relative;
		width : 400px;
		height : 210px;
		margin : auto;
	}
}

/* Design for Laptop (Larger than phablet) - (also point when grid becomes active) */
@media (min-width: 550px) {
	.tunerBox {
		position : relative;
		width : 520px;
		height : 274px;
		margin : auto;
	}
}

/* Design for Desktop (Larger than tablet) */
@media (min-width: 750px) {
	.tunerBox {
		position : relative;
		width : 760px;
		height : 400px;
		margin : auto;
	}
}

/* Design for TV (Larger than desktop) 
@media (min-width: 1000px)  {
	.tunerBox {
		position : relative;
		width : 900px;
		height : 473px;
		margin : auto;
	}
}
*/
/* Design for Hollywood (Larger than Desktop HD) 
@media (min-width: 1200px)  {
	.tunerBox {
		position : relative;
		width : 1100px;
		height : 579px;
		margin : auto;
	}
}
*/