/*BLEND IMAGES STYLE SHEET FOR WWW.WARBOROUGHFESTIVAL.CO.UK */
/* LAST EDITED BY: PETER COX */

/* fest09_blend.css v1.0 (28.02.09) */
/* W3C validated dd.mm.09 */
/* Separated due to non-validation */

	
/*#mixpixholder {
	z-index:2;
	position:relative;
	width:583px;
	height:245px;
	float:right;
	margin-right:25px;*/
	/*border:1px solid red;*/
	/*}*/
	
#mixpix.blend {
	z-index:2;
	/*overflow:hidden;*/ /* IE6 */
	overflow:visible;
	position:relative;
	/*position:absolute;*/ /* IE6 */
	/*top:0px;*/ /* IE6 */
	/*left:0px;*/ /* IE6 */
	width:583px;
	height:245px;
	float:right;
	/*margin-right:25px;*/ /* IE6 */
	margin-right:40px;
	/*border:1px solid fuchsia;*/
	}

.blend img {
	position:absolute; /* Keeps the pix stacked on top of each other */
	opacity:0;
	/*-moz-opacity: 0;*/
	/*-khtml-opacity:0;*/
	/*filter: alpha(opacity=0);*/
	}

/*#mixpix {
	position:relative;
	width:583px;
	height:245px;
	float:right;
	margin-right:40px;
	margin-right:25px;
	}*/
	
/*.blend img {*/
	/*position:relative;*/
	/*opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
	}*/
