/* alla classer som innehaller png ska placeras här ocksa. separera dem med ett ,! */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(jpg/background.gif);
	background-repeat: repeat-x;
}
#transparent{
	width: 839px;
	background-image:url(jpg/transparent.png);
	background-repeat: no-repeat;
	height: 22px;
	z-index: 1000;
	position: relative;
	left: 0px;
	top: 191px;
}
#bildspel{
	width: 839px;
	height: 213px;
	position: absolute;
	clear: both;
}

#transparent{
	azimuth: expression(
	origIMG = this.runtimeStyle.backgroundImage,
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter =
"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = origIMG):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter =
"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);
}


