* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(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 = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 441px;
	height: 220px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0px 15px 0px 0px;
}

#chesterscroll {
	width: 874px;
	height: 405px;
	overflow: auto;
	position: relative;
	padding: 0px 15px 0px 41px;
}
#benscroll {
	width: 460px;
	height: 218px;
	overflow: auto;
	position: relative;
	padding: 0px 15px 0px 45px;
}

#gamescroll {
/* Typical fixed height and fixed width example */
	width:988px; height:557px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0px 15px 0px 0px;
}
#allprankscroll {
	width: 680px;
	height: 388px;
	overflow: auto;
	position: relative;
	padding: 0px 15px 0px 0px;
}

