.slideshow-outer
{
	position: relative;
	background-color: #ffffff;
}


.slide-left
{
	position: absolute;
	left: 230px;
	top: 222px;
	z-index: 6050;
}

.slide-left a.left-arrow
{
	display: block;
	background-image: url(/sc_images/slideshow/left-caption-arrow-sprite.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 16px;
	overflow: hidden;
	text-indent: 9000px;
}

.slide-left a.left-arrow:hover
{
	background-position: -8px 0px;
}

.slide-right
{
	position: absolute;
	left: 350px;
	top: 222px;
	z-index: 250;
}

.slide-right a.right-arrow
{
	display: block;
	background-image: url(/sc_images/slideshow/right-caption-arrow-sprite.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 16px;
	overflow: hidden;
	text-indent: 9000px;
}

.slide-right a.right-arrow:hover
{
	background-position: -8px 0px;
}

.slideshow-controls
{
	position: absolute;
	left: 380px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
	top: 10px;
	z-index: 2000;
}

.slideshow-slide
{
	text-align: center;
}

.slideshow-controls img 
{
	border: solid #e6b54b 1px;
}

.slideshow-slide img
{
	border: 0px;
}

.slideshow-slideset 
{
	position: absolute;
	right: 0px;
	top: 0px;
}

.slideshow-image-slide
{
	position: relative;
	height: 340px;
	width: 450px;
}

.slideshow-image-slide img
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.slide-text
{
	position: absolute;
	top: 302px;
	left: 0px;
	width: 420px;
	height: 30px;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(/sc_images/slideshow/caption-bar.png);
	z-index: 150;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.slide-text p
{
	color: #000000;
}