#employee_header {
	width: 760px;
	height: 235px;
	background:#465921 url('../images/employee_header.png') no-repeat top left;
	position: relative;
}
#employee_header2 {
	width: 760px;
	height: 235px;
	background:#3A728A url('../images/employee_header5.png') no-repeat top left;
	position: relative;
}
#large_photo {
	position: relative;
	width: 190px;
	height: 235px;
	overflow: hidden;
}
#large_photo IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#large_photo IMG.active {
    z-index:10;
    opacity:1.0;
}

#large_photo IMG.last-active {
    z-index:9;
}
#small_photo01 {
	position: absolute;
	right: 190px;
	top: 0;
	width: 95px;
	height: 118px;
	overflow: hidden;
}
#small_photo01 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#small_photo01 IMG.active {
    z-index:10;
    opacity:1.0;
}

#small_photo01 IMG.last-active {
    z-index:9;
}
#small_photo02 {
	position: absolute;
	right: 94px;
	top: 118px;
	width: 96px;
	height: 117.5px;
	overflow: hidden;
}

#small_photo02 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#small_photo02 IMG.active {
    z-index:10;
    opacity:1.0;
}

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