/* slideshow2 plugin - base styles
   Container sizing/cropping overrides for #show2 live in style.css   */

.slideshow {
	position: relative;
	overflow: hidden;
}

.slideshow-images {
	position: relative;
}

.slideshow-images img {
	position: absolute;
	top: 0;
	left: 0;
}

.slideshow-navigation {
	position: relative;
	text-align: center;
	margin-top: 6px;
}
