.ImageFader	{
		width:664px;
		height:149px;
		float:left;
		display:block;
		margin:0px 0px 0px 0px;
		overflow:hidden ;
		}
/* css settings for blending images */
.blend img	{
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity:0;
		filter: alpha(opacity=0);
		}

