#home_main_image{
position:relative;
margin:0px;
padding:11px;
width:878px;
height:478px;
float:left;
background:url(../../images/ui/i_home_img_border.png) left top no-repeat;
}

#home_main_image IMG {
    position:absolute;
    
    z-index:8;
    opacity:0.0;
	
}

#home_main_image IMG.active {
    z-index:10;
    opacity:1.0;
}

#home_main_image IMG.last-active {
    z-index:9;
}
