#programwrap {
	position: absolute;
	padding:0;
	margin:0;
	xmax-width: 720px;
	width: 100%;
	overflow-x: scroll;
	xmargin-left: 10%;
	xmargin-right: 10%;
}

#programlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 152px;
	width: 1092px;;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
}

#programfin {
	height: 150px;
}

#programlist li {
	display: block;
	padding: 0;
	margin: 0;
	width: 170px;
	height: 150px;
	xfloat: left;
	border: solid 1px #c0c0c0;
	margin-right: 10px;
	vertical-align: bottom;
}

#programlist li.ponline {
	border: solid 1px #c00000;
	cursor: pointer;
}

#programlist li.pdisable {
	opacity: 0.4;
}

.pdate {
	display: block;
	padding: 4px;
	margin: 6px 0 0 6px;
	width: auto;
	float: left;
	background: #808080;
	color: #ffffff;
	font-family: Arial, serif;
	font-size: 0.8em;
	font-weight: bold;
}

.ponline .pdate {
	background: #C00000;
}

.ptitle {
	background: url('../images/trans70.png');
	display: block;
	padding: 6px;
	width: 158px;
	position: absolute;
	bottom: 1px;
	font-family: Arial, serif;
	font-size: 0.8em;
	font-weight: bold;
	white-space: normal;
	text-align: left;
	line-height: 1.2em;
}