
#flashpromo{
position: absolute;
top: 10px;/*93px*/
left: 500px;
height: 20px;
width:300px;
zorder: 10;
border: 0;
background: transparent;
background-color:transparent;
margin    : 0px 0px 0px 0px;
text-align: center;
/*filter : alpha (opacity=100%);*/
opacity: 1.0;
-moz-opacity: 1;
-khtml-opacity: .2;
}

#flashform{
position: absolute;
top: 0px;/*93px*/
left: 500px;
height: 460px;
width:300px;
zorder: 10;
border: 0;
background: transparent;
background-color:transparent;
margin    : 0px 0px 0px 0px;
text-align: center;
/*filter : alpha (opacity=100%);*/
opacity: 1.0;
-moz-opacity: 1;
-khtml-opacity: .2;
}
.Hide
{
	/*display:none;*/
	visibility:hidden;
}

.Show
{
	/*display:block;*/
	visibility:visible;
}