/* Eonline.com Video Player Engine Styles (Tweet: @eDevelopers1) */

/******************/
/* MSIE Overrides */
/******************/

.video-engine-players.videoDetail ,
.video-engine-players.videoDetail .hvp-video-wrap,
.video-engine-players.videoDetail .hvp-video-wrap object,
.video-engine-players.videoDetail .thumb,
.video-engine-players.videoDetail .title {
	max-height: 360px\9; /* All versions. */
	max-width: 590px\9;
}

.video-engine-players.videoDetail .hvp-video-wrap,
.video-engine-players.videoDetail .hvp-video-wrap object {
	height: 350px\9; /* All versions. */
}

.video-engine-players.newsInBlog .exp-video span.title {
	top: 260px\9; /* All versions. Chrome sees this now too! */
}

/* IE 8-10 hack, to allow the transparent area of the Overlay's <span> tag to be clickable in IE. 
Otherwise, IE allows it to fall through to the thumbnail's <img> tag. 
IE will only target the red border on the Overlay's <span> tag. However, Chrome, FF, Safari, etc... 
will allow both the red border + the transparent area to target the Overlay's <span> tag. 
They don't fall through to the thumbnail's <img> tag. */
.entry_content .video-engine-players.newsInBlog img.clearGifIEHack,
.entry_content .video-engine-players.newsExpandableBlog img.clearGifIEHack {
	border: 0px;
}