/*** 
set the width and height to match your images 
**/
/*
#slideshow {
    position:relative;
    height:350px;
	z-index:-1;
}*/
#slideshow {

	/*top: 0px;*/
  	left: 50%;
    margin-left: -692.5px;
  	/*margin-left: -1000px;*/
  position: relative;
overflow: hidden;
height: 276px;
  width: 1385px;
  
}

.slide_mod {
	
    height: 287px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
  	text-align: center;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#slideshow img {
	
	min-height: 276px;
	min-width: 1363px;
  	/*min-width: 2000px;*/
	position: absolute;
	top: 0;
	left: 0;
}
		
#page-wrap { 
	position: relative;
	width: 1534px; 
	margin: 50px auto; 
	padding: 20px; 
	background: #fff; 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black; 
}	

#slider{
height: auto;
}