@charset "utf-8";

/* wanderlust-brown.css - version 0.3 - Spry Pre-Release 1.7 */

/* Copyright (c) 2010. Adobe Systems Incorporated. All rights reserved. */

/* The original intent of this design was to have CSS3 rounded corners around the entire
 * widget, but browser differences made it very hard to implement this because some browsers
 * clip background images so that they stay within the defined border-radius of the container
 * and allow you to round the corners of content images, and some don't. For
 * now, we've decided to disable CSS3 rounded corners for all browsers except webkit based
 * browsers.
 */
 
.WLBSlideShow {
	position: relative;
	width: 676px;
	padding: 0;
	color: white;
	
}

.WLBSlideShow .SSClip {
	position: relative;
	overflow: hidden;
	height: 217px;
	margin: 0;
	padding: 0;
	
}

.WLBSlideShow .SSView {
	height: 217px;
	margin: 0;
	padding: 0;
}

.WLBSlideShow .SSSlide {
	position: absolute;
	top: 0;
	left: 0;
	height: 217px;
	z-index: 0;
}

.WLBSlideShow .SSSlideVisible {
	z-index: 1;

}




.WLBSlideShow .photo {
	float: left;
	overflow: hidden;
	width: 676px;
	margin: 0;
	padding: 0;
}

.WLBSlideShow .photo img {
	width: 676px;
	height: 217px;
	
	margin: 0;
	padding: 0;
}



