#gm_slideshow 
{
    position: absolute;
	top: 18px;
	right: 25px;
	z-index: 7;
	width: 515px;
	height: 383px;
	background: url(../images/background_gm_home_image.png) 0 0 no-repeat;

}

#gm_slideshow img 
{
    position:absolute;
    top:8px;
    left: 9px;
    z-index:8;
}

#gm_slideshow img.active 
{
    z-index:10;
}

#gm_slideshow img.last-active 
{
    z-index:9;
}
