@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: 909px;
	color: #000;
	/* [disabled]border: solid 1px #39312e; */
	/* -moz-border-radius: 7px; */
	/* [disabled]-webkit-border-radius: 7px; */
	background-color: #FFFFFF;
	/* [disabled]-moz-box-shadow: 5px 5px 10px gray; */
	/* [disabled]-webkit-box-shadow: 5px 5px 10px gray; */
	/* [disabled]box-shadow: 5px 5px 10px gray; */
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-top: 0;
	padding-right: 0;
	/* [disabled]padding-bottom: 25px; */
	padding-left: 0;
	/* [disabled]cursor: auto; */
}

.WLBSlideShow .SSClip {
	position: relative;
	overflow: hidden;
	height: 300px;
	margin: 0;
	padding: 0;
	/* [disabled]border-bottom: solid 1px #39312e; */
}

.WLBSlideShow .SSView {
	height: 300px;
	margin: 0;
	padding: 0;
}

.WLBSlideShow .SSSlide {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	z-index: 0;
}

.WLBSlideShow .SSSlideVisible {
	z-index: 1;
}

.WLBSlideShow .SSFirstButton, .WLBSlideShow .SSLastButton, .WLBSlideShow .SSPlayButton, .WLBSlideShow .SSSlideCount {
	display: none;
}

.WLBSlideShow .SSPreviousButton {
	/* [disabled]position: absolute; */
	/* [disabled]z-index: 5; */
	/* [disabled]bottom: 8px; */
	/* [disabled]right: 142px; */
	visibility: hidden;
}

.WLBSlideShow .SSNextButton {
	/* [disabled]position: absolute; */
	/* [disabled]z-index: 5; */
	/* [disabled]bottom: 8px; */
	/* [disabled]right: 11px; */
	visibility: hidden;
}

.WLBSlideShow .SSPreviousButton {
	width: 15px;
	height: 15px;
	background-image: url(images/slideshow-controls.png);
	background-position: 0 -30px;
	background-repeat: no-repeat;
	text-indent: -10000em;
	padding: 0;
	border: none;
	background-color: transparent;
}

.WLBSlideShow .SSPreviousButtonHover {
	background-position: -60px -30px;
}

.WLBSlideShow .SSPreviousButtonDown {
}

.WLBSlideShow .SSPreviousButtonDisabled {
}

.WLBSlideShow .SSNextButton {
	width: 15px;
	height: 15px;
	/* [disabled]background-image: url(images/slideshow-controls.png); */
	/* [disabled]background-position: -30px -30px; */
	/* [disabled]background-repeat: no-repeat; */
	text-indent: -10000em;
	padding: 0;
	/* [disabled]border: none; */
	background-color: transparent;
}

.WLBSlideShow .SSNextButtonHover {
	background-position: -90px -30px;
}

.WLBSlideShow .SSNextButtonDown {
}

.WLBSlideShow .SSNextButtonDisabled {
}

.WLBSlideShow .SSSlideLinks {
	position: absolute;
	overflow: hidden;
	bottom: 4px;
	right: 30px;
	z-index: 5;
	border: 1px solid #063;
	border-radius: 8px;
	background-color: #000000;
}

.WLBSlideShow a.SSSlideLink {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	margin: 0 2px;
	color: #F87B1C;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
	/* [disabled]background-image: url(images/slideshow-controls.png); */
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12pt;
	font-weight: bold;
}

.WLBSlideShow a.SSSlideLinkHover {
	background-position: -30px 0;
}

.WLBSlideShow a.SSSlideLinkSelected {
	background-position: -90px 0;
	color: #00CC00;
}

.WLBSlideShow a.SSSlideLinkDisabled {
}

.WLBSlideShow .story {
	float: left;
	overflow: hidden;
	width: 459px;
	height: 266px;
	margin: 0;
	padding: 0;
	/* [disabled]background-image: url(images/bkg-gradient.png); */
	background-position: top left;
	background-repeat: repeat-x;
	/* [disabled]background-color: #8c716c; */
	/* [disabled]border-left: solid 1px #554c49; */
	/*-moz-border-radius-topright: 7px;*/
	/* [disabled]-webkit-border-top-right-radius: 7px; */
}

.WLBSlideShow .photo {
	float: left;
	overflow: hidden;
	width: 450px;
	margin: 0;
	padding: 0;
}

.WLBSlideShow .photo img {
	width: 450px;
	height: 266px;
	/* -moz-border-radius-topleft: 7px; */
	/* [disabled]-webkit-border-top-left-radius: 7px; */
	margin: 0;
	padding: 0;
}

.WLBSlideShow .photo .caption {
	/* [disabled]margin: 0 6px; */
	/* [disabled]line-height: 30px; */
	/* [disabled]font-style: italic; */
	visibility: hidden;
}

.WLBSlideShow .banner {
	background-color: #48B04E;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 11px;
	border-radius: 8px;
}

.WLBSlideShow .title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #FFF;
}

.WLBSlideShow .subTitle {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
}

.WLBSlideShow .content {
	margin: 0 10px 0 21px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #333;
}

.WLBSlideShow .content button * {
	display: block;
	margin: 0;
	height: 32px;
	color: white;
	font-size: 15px;
	/* [disabled]float: right; */
}

.WLBSlideShow .content button {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-width: 0px;
	float: right;
	cursor: auto;
}

.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;
}
