/* CSS For Motion Banner by Videns Studios */
body {
margin: 0px;
padding: 0px;
background-color: #E6E7E7;

behavior: url('csshover3.htc');	
}

#motionBanner
{
	float: left;
	position: fixed;
	left: -3000px;	
	bottom: 0px;
	overflow: hidden;
	visibility: hidden;
	width: 1010px;
	height: 150px;
}

#motionBannerBackground
{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 1010px;
	height: 150px;
	background-image:url(images/mbbackground.png);	
}

#motionBannerTop
{
	float: none;
	height: 20px;
}

#motionBannerClose
{
	float: none;
	position: absolute;
	top: 0px;
	right: 15px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}	



#motionBannerContent
{
	float: none;
	position: absolute;
	top: 23px;
	left: 9px;
	height: 130px;
	width: 994px; /*old: 994*/
	/*background-color: red;
	opacity:0.5;	
	filter: alpha(opacity = 50);	*/
}

.mblink
{
	border: 0px;
	text-decoration:none;	
}



* html #motionBanner {
	position: absolute;
	overflow: hidden;
}


* html #motionBannerBackground {
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top left;
	behavior: url('iepngfix.htc');	
}