@charset "UTF-8";
/* CSS Document */

.clear {clear:both;}

/* Header Adverts Slideshow */

#headerslideshow {
	position:relative;
	height:90px;
	width: 402px;
}

#headerslideshow A {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#headerslideshow A.active {
	z-index:10;
}
#headerslideshow A.last-active {
	z-index:9;
}

