@charset "utf-8";


/* 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.
 */
 
.SlideShow {
	position: relative;
	width: 800px;
	padding: 0;
	color: white;
	font-family: Gisha, Verdana;
	font-weight: normal;
	font-size: 11px;
}

.SlideShow .SSClip {
	position: relative;
	overflow: visible;
	height: 550px;
	margin: 0;
	padding: 0;
}

.SlideShow .SSView {
	height: 550px;
	margin: 0;
	padding: 0;
}

.SlideShow .SSSlide {
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
	z-index: 0;
}

.SlideShow .SSSlideVisible {
	z-index: 1;
}

.SlideShow .SSFirstButton, .SlideShow .SSLastButton, .SlideShow .SSPlayButton, .SlideShow .SSSlideCount {
	display: none;
}

.SlideShow .SSPreviousButton {
	position: absolute;
	z-index: 5;
	bottom: 520px;
	right: 770px;
}

.SlideShow .SSNextButton {
	position: absolute;
	z-index: 5;
	bottom: 270px;
	right: -30px;
}

.SlideShow .SSPreviousButton {
	width: 30px;
	height: 30px;
	background-image: url(../image/slideshow-controls.png); 
	background-position: 0 -30px;
	background-repeat: no-repeat;
	text-indent: -10000em;
	padding: 0;
	border: none;
	background-color: transparent;
}

.SlideShow .SSPreviousButtonHover {
	background-position: -60px -30px;
}

.SlideShow .SSPreviousButtonDown {
}

.SlideShow .SSPreviousButtonDisabled {
}

.SlideShow .SSNextButton {
	width: 120px;
	height: 120px;
	text-indent: -10000em;
	padding: 0;
	border: none;
	background: transparent url(../image/next2.png) no-repeat 0px 0px;
}

.SlideShow .SSNextButtonHover {
	background: url(../image/next2.png) -120px 0px;
}

.SlideShow .SSNextButtonDown {
}

.SlideShow .SSNextButtonDisabled {
}

.SlideShow .SSSlideLinks {
	position: absolute;
	overflow: hidden;
	bottom: 560px;
	right: 0px;
	z-index: 5;
}

.SlideShow a.SSSlideLink {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0px 0 0px;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	background-image: url(../image/slideshow-controls.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	font-weight: bold;
}

.SlideShow a.SSSlideLinkHover {
	background-position: -30px 0;
}

.SlideShow a.SSSlideLinkSelected {
	background-position: -90px 0;
	color: #FFF;
}

.SlideShow a.SSSlideLinkDisabled {
}

.SlideShow .story {
	float: left;
	overflow: hidden;
	width: 500px;
	height: 450px;
	margin: 0;
	padding: 0;
}

.SlideShow .photo {
	float: left;
	overflow: hidden;
	width: 800px;
	margin: 0;
	padding: 0;
}

.SlideShow .photo img {
	width: 800px;
	height: 450px;
	margin: 0;
	padding: 0;
}

.SlideShow .photo .caption {
	font-style: italic;
	padding: 3px 0px 0px;
}

.SlideShow .banner {
	background-color: #666;
	margin: 44px 0 0 11px;
	padding: 10px;
}

.SlideShow .title {
	font-size: 21px;
	padding: 10px 0px 0px;
}

.SlideShow .subTitle {
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	padding: 0px 0px 0px;
}


.SlideShow .content {
	margin: 0 10px 0 21px;
}

.SlideShow .content button * {
	display: block;
	margin: 0;
	height: 32px;
	color: white;
	font-size: 15px;
}

.SlideShow .content button {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-width: 0px;
	position: absolute;
}

.SlideShow .content button span {
	padding: 0 0 0 7px;
	background: transparent url(../image/button-left.png) top left no-repeat;
}
.photo div a button span span span {
	color: #333;
	line-height: 24px;
	font-size: 15px;
}


.SlideShow .content button span span {
	padding: 0 9px 0 0;
	background: transparent url(../image/button-right.png) top right no-repeat;
}

.SlideShow .content button span span span {
	padding: 0;
	background: transparent url(../image/button-center.png) top left repeat-x;
	line-height: 28px;
	white-space: nowrap;
}

.SlideShow .content button:hover span,
.SlideShow .content button:hover span span span {
	background-position: -33px left;
}

.SlideShow .content button:hover span span {
	background-position: -33px right;
}
