#slideshow {
	position: relative;
	width:700px;
	height:300px;
	float:right;
	background:url(../images/global/bg-slide.gif) no-repeat center center;
	float:right;
}

#slideshow p {
	width:700px;
	height:300px;
	display:block;
	overflow: hidden;
	position: relative;
	z-index:500;
}

#slideshow img {
	width:700px;
	height:300px;
}

#mask{
	width:700px;
	height:300px;
	margin:-300px 0 0 0;
	position:relative;
	float:right;
	z-index:700;
	background:url(../images/global/mask.png) no-repeat center center;
}

