/* on the front page */

#marqueecontainer {
	margin-top : 20px;
	position: relative;
	width: 99%; /*marquee width */
	height: 25px; /*marquee height */
	background-color: none;
	overflow: hidden;
	border: none;
	padding: 0px 4px 10px 4px;
	white-space : nowrap;
}


/* underneath the movies */
#player_marquee_container{
	position: relative;
	width: 592px; /*marquee width */
	overflow: hidden;
	border: none;
	padding: 0px 4px 0px 4px;
	white-space : nowrap;
/*
	margin-left : auto;
	margin-right : auto;
*/
	float : left;
	background-color : black;
	height : 18px;
	text-align : left;
}

#player_marquee {
	0border : solid 1px red;
	color : white ! important;
	padding : 0px 10px 2px 10px;
	opacity : 0.9;
}

