@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: 350px; */
	padding: 0;
	color: #FFF;
	/* [disabled]border: 1px solid #AEBF1A; */
	/* -moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	background-color: #FFF;
	-moz-box-shadow: 5px 5px 10px gray;
	-webkit-box-shadow: 5px 5px 10px gray;
	box-shadow: 5px 5px 10px gray;*/
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* [disabled]margin-left: 15px; */
}

.WLBSlideShow .SSClip {
	position: relative;
	overflow: hidden;
	height: 100px;
	margin: 0;
	padding: 0;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #AEBF1A; */
}
.WLBSlideShow .article {
	margin: 0;
	padding: 0;
	height: 300px;
}


.WLBSlideShow .SSView {
	height: 300px;
	margin: 0;
	padding: 0;
}

.WLBSlideShow .SSSlide {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}

.WLBSlideShow .SSSlideVisible {
	z-index: 1;
}
/*
.WLBSlideShow .SSFirstButton, .WLBSlideShow .SSLastButton, .WLBSlideShow .SSPlayButton, .WLBSlideShow .SSSlideCount {
	display: none;
}

.WLBSlideShow .SSPreviousButton {
	position: absolute;
	z-index: 5;
	bottom: 8px;
	right: 142px;
		display: none;

}

.WLBSlideShow .SSNextButton {
	position: absolute;
	z-index: 5;
	bottom: 8px;
	right: 11px;
		display: none;

}

.WLBSlideShow .SSPreviousButton {
	width: 15px;
	height: 15px;
	text-indent: -10000em;
	padding: 0;
	border: none;
	background-color: #FFF;
		display: none;

}

.WLBSlideShow .SSPreviousButtonHover {
		display: none;


}

.WLBSlideShow .SSPreviousButtonDown {
		display: none;

}

.WLBSlideShow .SSPreviousButtonDisabled {
		display: none;

}

.WLBSlideShow .SSNextButton {
	width: 15px;
	height: 15px;
	text-indent: -10000em;
	padding: 0;
	border: none;
	background-color: #FFF;
		display: none;

}

.WLBSlideShow .SSNextButtonHover {
	background-position: -90px -30px;
		display: none;

}

.WLBSlideShow .SSNextButtonDown {
		display: none;

}

.WLBSlideShow .SSNextButtonDisabled {	display: none;

}

.WLBSlideShow .SSSlideLinks {
	position: absolute;
	overflow: hidden;
	bottom: 4px;
	right: 30px;
	z-index: 5;
		display: none;

}

.WLBSlideShow a.SSSlideLink {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	margin: 0 2px;
	color: #333;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
	background-image: url(images/slideshow-controls.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	font-weight: bold;
		display: none;

}

.WLBSlideShow a.SSSlideLinkHover {
	background-position: -30px 0;
		display: none;

}

.WLBSlideShow a.SSSlideLinkSelected {
	background-position: -90px 0;
	color: #333;
		display: none;

}

.WLBSlideShow a.SSSlideLinkDisabled {
		display: none;

}
*/
.WLBSlideShow .story {
	/* [disabled]overflow: hidden; */
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	/*-moz-border-radius-topright: 7px;*/
	-webkit-border-top-right-radius: 7px;
	/* [disabled]border-left-width: 1px; */
	/* [disabled]border-left-style: solid; */
	/* [disabled]border-left-color: #CCC; */
}


.WLBSlideShow .photo {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	/* [disabled]margin-left: 20px; */
	text-align: center;
	width: 286px;
}
#ImageSlideShow {
	margin-top: 30px;
}


.WLBSlideShow .photo img {
	/* -moz-border-radius-topleft: 7px; */
	-webkit-border-top-left-radius: 7px;
	padding: 0;
	/* [disabled]margin-top: 10px; */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

.WLBSlideShow .photo .caption {
	margin: 0 6px;
	line-height: 30px;
	font-style: italic;
}

.WLBSlideShow .banner {
	background-color: #FFF;
	/* [disabled]padding: 10px; */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	/* [disabled]margin-left: 11px; */
}

.WLBSlideShow .title {
	margin: 0;
	padding: 0;
	font-size: 105%;
	color: #666;
	font-weight: normal;
}

.WLBSlideShow .subTitle {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	color: #666;
}

.WLBSlideShow .content {
	color: #333;
	font-size: 90%;
	margin-top: 0;
	/* [disabled]margin-right: 10px; */
	margin-bottom: 0;
	/* [disabled]margin-left: 21px; */
}
.WLBSlideShow .content p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*
.WLBSlideShow .content button * {
	display: block;
	margin: 0;
	height: 32px;
	color: white;
	font-size: 15px;
}

.WLBSlideShow .content button {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-width: 0px;
}

.WLBSlideShow .content button span {
	padding: 0 0 0 7px;
	background: transparent url(images/button-left.png) top left no-repeat;
}

.WLBSlideShow .content button span span {
	padding: 0 9px 0 0;
	background: transparent url(images/button-right.png) top right no-repeat;
}

.WLBSlideShow .content button span span span {
	padding: 0;
	background: transparent url(images/button-center.png) top left repeat-x;
	line-height: 28px;
	white-space: nowrap;
}

.WLBSlideShow .content button:hover span,
.WLBSlideShow .content button:hover span span span {
	background-position: -33px left;
}

.WLBSlideShow .content button:hover span span {
	background-position: -33px right;
}
*/
.content a {
	color: #FFF;
	background-color: #AEBF1A;
	float: left;
	width: 100px;
	text-decoration: none;
	padding: 4px;
	text-align: center;
}
