/************************************************************************
/* Shadowbox
/***********************************************************************/

#idm-shadowbox-overlay
{
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10000;
	display: none;
	background-color: #000;
}

#idm-shadowbox-outer
{
	background-color: #FFF;
	z-index: 10001;
	position: absolute;
}

.CommonImgMap
{
	display: block;
	background-image: url(/images/videotease/imagemap.png);
	background-repeat: no-repeat;
}

#idm-shadowbox-outer span.close
{
	position: relative;
	float: right;
	cursor: pointer;
	display: none;
	width: 125px;
	height: 25px;
	background-position: 0 -100px;
	z-index: 10002;
}

.idm-shadowbox
{
	display: none;
	position: absolute;
	z-index: 10002;
	background-color: #FFF;
}

.VideoTease .Container
{
	width: 300px;
	border: solid 1px #999;
}

.VideoTeaseSmall .Container
{
	width: 210px;
}

.VideoTease .Viewer
{
	width: 300px;
	height: 225px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-image: url(/images/videotease/spinner.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.VideoTeaseSmall .Viewer
{
	width: 210px;
	height: 158px;
}

.VideoTease ul
{
	display: none;
}

.VideoTease .Controls
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100px;
	text-align: center;
	display: none;
	z-index: 1;
}

.VideoTease .Controls div
{
	cursor: pointer;
	width: 40px;
	height: 40px;
}

.VideoTease .Controls div a
{
	display: none;
}

.VideoTease .Controls .Prev
{
	position: absolute; left: 0;
	width:25px;
	height:100px;
	background-position:-25px 0;
}

.VideoTease .Controls .Next
{
	position: absolute; 
	right: 0;
	width:25px;
	height:100px;
	background-position:0 0;
}

.VideoTease .Controls .Play
{
	margin: 0 auto;
	width:90px;height:100px;background-position:-50px 0;
}

/* Styles for IE6 Controls because it does not support alpha transparent image overlays */

* html .VideoTease .Controls
{
	height: 14px;
	top: 0;
}

* html .VideoTease .Controls .Play,
* html .VideoTease .Controls .Next,
* html .VideoTease .Controls .Prev
{
	height: 14px;
	width: auto;
	vertical-align: middle;
	background-color: #FFF;
	background-image: none;
	font-size: 10px;
	display: block;
	padding: 0 3px;
}

* html .VideoTease .Controls div a
{
	display: inline;
	padding: 3px;
}

/* End IE 6 Styles */

.VideoTease .Viewer img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: none;
}

.VideoTease .Status
{
	height: 30px;
	background-color: #5294B5;
	padding: 3px;
	position: relative;
	display: none;
}

.VideoTease .Status,
.VideoTease .Status a:link,
.VideoTease .Status a:visited,
.VideoTease .Status a:active,
.VideoTease .Status a:hover
{
	color: #FFF;
	font-size: 10px;
}

.VideoTease .Index,
.VideoTease .All
{
	position: absolute;
	right: 6px;
}

.VideoTease .All
{
	top: 18px;
}

.VideoTease .Title
{
	margin-right: 74px;
	height: 26px;
	overflow: hidden;
	line-height: 14px;
}

.ShadowVideoPlayer .PlayerAd
{
	float: right;
}

.StoryBlock .BlockVideoTease
{
	padding: 3px;
	border: solid 1px #999;
	margin: 0.5em;
	margin-top: 0;
}