#header {
	width:1032px;
}

#header #slideshow {
	position:relative;
	float:left;
	width:664px;
	height:250px;
	margin:0px 24px 24px 0px;
	cursor:pointer;
}

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

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

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

#header #news {
	float:left;
	width:320px;
	height:250px;
	margin:0px 0px 24px 0px;
}

#slideNews {
	position:relative;
	list-style:none;
	margin:0px;
}


#slideNews li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	background-color:#FFFFFF;
	color:#000000;
	width:320px;
	height:250px;
	overflow:hidden;
}

#slideNews li .title {
    font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;
}

#slideNews li .date {
	margin-top:12px;
	color:#999999;
}

#slideNews li.active {
    z-index:10;
    opacity:1.0;
}

#slideNews li.last-active {
    z-index:9;
}
