#slideshow {
	height: 230px;
	background: url(imgs/shadow.jpg) no-repeat center;
	background-position: center 178px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	margin-top: 90px;
}


#items_container {
	width: 325px;
	height: 200px;
	margin: 0px 0 20px 0;
	padding: 0;
	position: absolute;
	left: 146px;
	overflow: hidden;

}

div.slide_item {
left: 0;
position: absolute;
	
}

div.first_item {
	top: 0;
}