.PlayList{
	width: 500px;
	margin-top: 15px;
	float: left;
	text-align: center;
	list-style-type: none;
	line-height: 30px;
	padding-left: 100px;
}
.PlayListR{
	width: 500px;
	margin-top: 15px;
	float: right;
	text-align: center;
	list-style-type: none;
	line-height: 30px;
	padding-left: 100px;
}
.Play{
	position:absolute;
	left:270px;
	top:350px;
	width:450px;
	height:372px;
}
.Player{
	position:absolute;
	left:270px;
	top:370px;
}
.movielist{
	text-align: center;
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
.PlayLiftColumnAD{
	float: left;
	position: absolute;
	width: 150px;
	left: 100px;
	top: 210px;
}
.PlayRightColumnAD{
	float: Right;
	position: absolute;
	width: 150px;
	Right: 100px;
	top: 210px;
}
