/* 
	IE için Alfa Kanali PNG Destegi [ http://dean.edwards.name/ ]
	Alpha PNG support for IE [ http://dean.edwards.name/ ]
	Alfa Kanali PNG Destegi; kodlama Dean EDWARDS'a aittir.
	All Coding About Alpha PNG Support written by Dean EDWARDS.
*/
* html img {
	filter:expression(
			this.napalmLoaded
			? "" :
			(
				this.src.substr(this.src.length-4)==".png"
				?
				(
					(!this.complete)
					? "" :
						this.runtimeStyle.filter=
						("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
						(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
						String(this.napalmLoaded=true).substr(0,0)+
						(this.src="img/bos.gif").substr(0,0)
				)
				:
				this.runtimeStyle.filter=""
			)
		);
}
