#first{
}
.first{
}

#slideshow {
    position:relative;
	height:160px;
	width:226px;
	margin-left:19px;
	overflow:hidden;
	background:url(../img/promoBG.png) no-repeat center center;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	margin:12px 7px 0px;
	width:210px;
	height:135px;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

