
.StxSlideshow {
    border:1px solid #fff;
    height:285px;
    width:667px;
    padding:0;
	margin: 0;
	position: absolute;
	/* position: relative; */
    /*
	width: 568px;
	height: 255px;
	background: url(./images/feature_bg.gif) top left no-repeat;
	position: absolute;
	top: 10px;
	left: 25px;
    */
}

.StxSlideshow img.fallback {
    max-height:285px;
    overflow: hidden;
}

.StxSlideshow .pagelink
{
    display: none;
	background-color: #eee;
	opacity: .7;
	/*margin: -3px 0 0 0;*/
	color: #333;
	font-weight: bold;
	/*padding: 2px 10px 0 10px;*/
}

.StxSlideshow .pagelink a {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    /*padding:2px 5px;
    margin:0 2px;*/
}

.StxSlideshow .pagelink a.activeSlide {
    background-color: #333;
}

.StxSlideshow .slideCaption {
    background: #063146 url(/images/slideshow_bottom.gif) bottom left no-repeat;
    /* opacity: 1.0; */
    /* margin: -3px 0 0 0; */
    color: #fff;
    font-weight: normal;
    padding:2px 10px;
    font-size:12px;
	line-height: 29px;
	height: 29px;
	display: none;
}

.StxSlideshow .slideCaption a:link,
.StxSlideshow .slideCaption a:active,
.StxSlideshow .slideCaption a:visited,
.StxSlideshow .slideCaption a:hover {
	color: #fff;
}

/* this is for IE so the prev/next links can be hovered*/
.StxSlideshow .nextSlide,
.StxSlideshow .prevSlide
{
	background-image: url(/images/spacer.gif);
}

.StxSlideshow a {
    text-decoration: none;
}



.nextSlide:hover
{
	background-image: url(/images/nextslide.gif);
	background-repeat: no-repeat;
	background-position: right 210px;
}

.prevSlide:hover
{
	background-image: url(/images/prevslide.gif);
	background-repeat: no-repeat;
	background-position: left 210px;
}
