@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.
 */
 
.AGreySlideShow {
	position: relative;
	width: 940px;
	color: #333;
	border: solid 1px #39312e;
	/* -moz-border-radius: 7px; */
	-webkit-border-radius: 7px;
	background-color: #CCC;
	/*-moz-box-shadow: 5px 5px 10px gray;
	-webkit-box-shadow: 5px 5px 10px gray;
	box-shadow: 5px 5px 10px gray;*/
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.AGreySlideShow .SSClip {
	position: relative;
	overflow: hidden;
	height: 400px;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #39312e;
}

.AGreySlideShow .SSView {
	height: 400px;
	margin: 0;
	padding: 0;
}

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

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

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

.AGreySlideShow .SSPreviousButton {
	position: absolute;
	z-index: 5;
	bottom: 8px;
	right: 142px;
}

.AGreySlideShow .SSNextButton {
	position: absolute;
	z-index: 5;
	bottom: 8px;
	right: 11px;
}

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

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

.AGreySlideShow .SSPreviousButtonDown {
}

.AGreySlideShow .SSPreviousButtonDisabled {
}

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

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

.AGreySlideShow .SSNextButtonDown {
}

.AGreySlideShow .SSNextButtonDisabled {
}

.AGreySlideShow .SSSlideLinks {
	position: absolute;
	overflow: hidden;
	bottom: 4px;
	right: 30px;
	z-index: 5;
}

.AGreySlideShow a.SSSlideLink {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	margin: 0 2px;
	color: #483E3D;
	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;
}

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

.AGreySlideShow a.SSSlideLinkSelected {
	background-position: -90px 0;
	color: #483E3D;
}

.AGreySlideShow a.SSSlideLinkDisabled {
}

.AGreySlideShow .story {
	float: left;
	overflow: hidden;
	width: 389px;
	height: 365px;
	margin: 0;
	padding: 0;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #DCDBDB;
	/*-moz-border-radius-topright: 7px;*/
	-webkit-border-top-right-radius: 7px;
	border-left-style: solid;
	border-left-color: #554c49;
	background-image: url(images/bkg-gradient.png);
	border-left-width: 1px;
}

.AGreySlideShow .photo {
	float: left;
	overflow: hidden;
	width: 550px;
	margin: 0;
	padding: 0;
}

.AGreySlideShow .photo img {
	width: 550px;
	height: 365px;
	/* -moz-border-radius-topleft: 7px; */
	-webkit-border-top-left-radius: 7px;
	margin: 0;
	padding: 0;
}

.AGreySlideShow .photo .caption {
	margin: 0 6px;
	line-height: 30px;
	font-style: italic;
}

.AGreySlideShow .banner {
	background-color: #999;
	margin: 44px 0 0 11px;
	padding: 10px;
	color: #FFF;
}

.AGreySlideShow .title {
	margin: 0;
	padding: 0;
	font-size: 24px;
}

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

.AGreySlideShow .content {
	margin: 0 10px 0 21px;
}

.AGreySlideShow .content button * {
	display: block;
	margin: 0;
	height: 32px;
	color: white;
	font-size: 15px;
}

.AGreySlideShow .content button {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-width: 0px;
}

.AGreySlideShow .content button span {
	padding: 0 0 0 7px;
	background: transparent url(images/button-left.png) top left no-repeat;
}

.AGreySlideShow .content button span span {
	padding: 0 9px 0 0;
	background: transparent url(images/button-right.png) top right no-repeat;
}

.AGreySlideShow .content button span span span {
	padding: 0;
	background: transparent url(images/button-center.png) top left repeat-x;
	line-height: 28px;
	white-space: nowrap;
}

.AGreySlideShow .content button:hover span,
.AGreySlideShow .content button:hover span span span {
	background-position: -33px left;
}

.AGreySlideShow .content button:hover span span {
	background-position: -33px right;
}
