	
#GoogleMoviePlayer {
	display: none;
	position: absolute;
	z-index: 100;
}	
	
#GoogleMoviePlayer .leftSide {
	width:400px;
	height:380px; 
	float:left;
	border: 1px solid #000;
	padding: 4px;
	background: #CCC;
	font-size: 14px;
	font-family: verdana;
}

#GoogleMoviePlayer .rightSide {
	width: 250px;
	height: 380px;
	float: left;
	border: 1px solid #000;
	padding: 4px;
	background: #CCC;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#GoogleMoviePlayer div.format {
	background:#4F0012;
	color:#000;
	float:none;
	position:relative;
	padding: 4px;
	height: 18px;
	border-bottom: 1px solid #F9D335;
}

#GoogleMoviePlayer span.title {
	float:left;
	font-weight:bolder;
	color:#F9D335;
	padding-left: 2px;
}

#GoogleMoviePlayer .leftSide  span.close {
	float:right;
	border:1px solid #F9D335;
	font-weight: bold;
}

#GoogleMoviePlayer .leftSide  span.close a {
	color: #F9D335;
	text-decoration: none;
	padding: 2px;
}	

#GoogleMoviePlayer .leftSide  span.close a:hover {
	color: #FFF;
}

#GoogleMoviePlayer .leftSide  embed, #GoogleMoviePlayerEmbedContainer {
	width: 400px;
	height: 326px;
}

#GoogleMoviePlayerEmbedContainer {
	background: url('loading.gif') no-repeat;
}

#GoogleMoviePlayer .leftSide  span.bottomPlayer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F9D335; 
}

#GoogleMoviePlayer div#GoogleMovieSections {
	height:345px;
	overflow:auto;
	padding-left: 10px;
	padding-right: 10px; 
}

#GoogleMovieSections p {
	background: #FFF;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	font-weight: bolder;
	margin: 0 0 2px 0;
	cursor: pointer;
}

#GoogleMovieSections p a {
	color: #000;
	text-decoration: none;
}

	
#GoogleMovieSections ul {
	margin: 8px 0 8px 0;
	padding: 0 0 0 0;
	list-style-type: none;
/*	display: none; */
}	

#GoogleMovieSections ul li {
	border-bottom: 1px dashed #794449;
	list-style-type: none;
	padding: 2px 0 4px 0;
	margin: 0 0 0 0;
	height: 18px;
	cursor: pointer;
}

#GoogleMovieSections ul li.over {
	background: #794449;
}

#GoogleMovieSections ul li.active {
	background: #000 !important;
	color: #e0542f !important;
}

#GoogleMovieSections ul li span {
	color: #FFF;
	font-size: 12px;
	font-weight: bolder;
	float: left;
}

#GoogleMovieSections ul li span.time {
	float: right;
	font-weight: normal;
	font-size: 10px;
}

#GoogleMovieSections ul li.active span {
	color: #e0542f !important;
}
