#video{
	width:174px;
	height:132px;
	z-index:1003;
	position: fixed;    
	*position:absolute;
	*top: expression(eval(document.compatMode && document.compatMode=="CSS1Compat") ? 
		documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : 
		document.body.scrollTop+(document.body.clientHeight-this.clientHeight));	
	right:1px;
	bottom:0px		
}
#video .container{height:132px;width:174px;background-repeat:no-repeat;background-position:top left}
#video .container .video{width:162px !important;height:91px !important;position:absolute;left:6px;top:23px;overflow:hidden}
#video .container .close{cursor:pointer;position:absolute;width:9px;height:9px;left:160px;top:9px}
#videoDiv{width:162px !important;height:91px !important;overflow:hidden}
