#slides {
    border: 0 solid red;
    bottom: 0;
    height: 376px;
    left: 50%;
    margin-left: -463px;
    position: relative;
    top: 10px;
    width: 940px;
    z-index: 0;
}	

#slides.index .backstretch img {
	top: 0 !important;
}
#slides a img
{
	width:973px;
	height:425px;	
}
#slides.collection .backstretch img {
}

#slides.contact, #slides.policies {
	background-color: white;
	border: 0 solid red;
	bottom: 0;
	position: absolute;
	top: 150px;
	width: 100%;
	z-index: -10;
  
  margin-left:0;
  height:auto;
  left:0;
  
}



.slideshow {
    margin: 0 auto;
    position: relative;
    width: 928px;
}
.slideshow .pagers {
    overflow: hidden;
    position: absolute;
	width:75px;
	margin:0 auto;
	margin-left:865px;
    margin-top: 249px;
    z-index: 100000;
}
.slideshow .pagers #prev, .slideshow .pagers #next {
    /*display: block;
    float: left;
    height: 13px;
    text-indent: -9999px;
    width: 10px;*/
}

.slideshow .pagers #prev {
    background-image: url("../images/left.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 35px;
    right: 35px;
    text-indent: -1000px;
    top: 237px !important;
    width: 35px;
}
.slideshow .pagers #next {
    right: 0px;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	top: 237px !important;
	display: block;	
    float: left;
    text-indent: -1000px;
}



.slideshow #snav {
    left: -29px;
    position: absolute !important;
    top: 277px;
    z-index: 1000 !important;
	display:none;
}

.slideshow #snav li {
    display: inline-block !important;
    float: left;
    list-style: none outside none;
    margin: 0 5px 0 0;
    width: 16px;
}

.slideshow #snav li a {
    background-color: #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    display: block;
    float: left;
    height: 16px;
    margin: 0 5px 0 0;
    text-indent: -1000px;
    width: 16px;
}
.slideshow #snav li.activeSlide {}
.slideshow #snav li.activeSlide a {   background-color:#1D81C5; }
