/* 	Default slideshow styles. 
	On your side, you'll still want to define a .slideshow width and height (otherwise the box will collapse). 
	A float: left and a clear: left on the .slideshow div might also work.
	You may also want to edit the .prev-slide and .next-slide classes as well. */
.slideshow {
	position: relative;
	overflow: hidden; }
.slideshow .slidelist {
	position: absolute;
	width: 10000px; }
.slideshow .slidelist .slide {
	float: left; }
.prev-slide {
	display: block;
	color: #999;
	text-decoration: none;
	float: left; }
.next-slide {
	display: block;
	color: #999;
	text-decoration: none;
	float: right; }
