#slideshow {
    position:relative;
    height:140px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

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

#rotator IMG.last-active {
    z-index:9;
}
#rotator
{
	position: relative;
	height: 230px;
}

#rotator IMG
{
	position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#pets{
text-align:center;
margin-left: -15px;
}

