@charset "UTF-8";




/* Start of /ap/homemove_dvd/content.css.vm */
div#contentPanel object {
	height: 269px;
	width: 446px;
	z-index: 1;
}

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}
