/* CSS Document */
html, body
{
	padding:0;
	margin:0;
}
img
{
	border:none;
}
#popup{
	position:absolute;
	top:0px;
	left:50%;
	z-index:999;
	margin:auto auto auto -281px;
	display:none;
}
#flashcontent
{
	width:780px;
	height:580px;
	position:relative;
}
.btns
{
	position:relative;
}
.nonflashshadow
{
	position:absolute;
	top:205px;
	left:105px;
	width:364px;
	height:206px;
	background:#111111;
	opacity:0.30;
	filter:alpha(opacity=30);
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;

}
.nonflash
{
	position:absolute;
	top:200px;
	left:100px;
	width:364px;
	height:206px;
	background:url(../Images/tv_nonflash.jpg) 0 0 no-repeat;
}
.close
{
	position:absolute;
	top:15px;
	right:26px;
	width:55px;
	height:18px;
}
.getflash
{
	position:absolute;
	top:140px;
	left:35px;
	width:110px;
	height:30px;
}
.content
{
	width:998px;
	margin:0 auto;
	height:676px;
	position:relative;
	background:url(../Images/bcg_blk.jpg) 0 0 no-repeat;
}
.trigger
{
	position:absolute;
	top:271px;
	right:0;
}