#slideshow {
	position: relative;
	width:990px;
	height:430px;
	float:right;
	background:#EBEDE4 url(/images/global/bg-slide.gif) no-repeat center center;
	float:right;
	border-top:1px solid #FFF;
}

#slideshow p {
	width:990px;
	height:430px;
	display:block;
	overflow: hidden;
	position: relative;
	z-index:500;
}

#slideshow img {
	width:990px;
	height:430px;
}

#mask{
	width:990px;
	height:430px;
	margin:-430px 0 0 0;
	position:relative;
	float:left;
	z-index:700;
	background:url(/images/global/mask.png) no-repeat center bottom;
}








