#slideshow {
	width:359px;
	height:282px;
	position:relative;
	overflow:hidden;
}

.story {
	position: absolute;
	top: 0px;
	left: 0px;
	width:359px;
	height:261px;
}

#slideshow ul {
	margin:0px;
	padding:0px;
}

#slideshow li {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}