@charset "utf-8";
/* CSS Document */

#slideshow-wrapper {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background: none;
}
#slideshow-innerWrapper {
    width:960px;
	height:660px;
	padding: 0;
	background: none;
}
#slideshow {
	width:960px;
    height:660px;
    position:relative;	
	top:0;
	left:0;
	background: none;
}
#slideshow li {
    width:960px;
    height:660px;	
    position:absolute;
    top:0;
    left:0;	
    opacity:0.0;	
    z-index:8;
	/*border: 1px solid #000000;*/
}
#slideshow li.active {
    opacity:1.0;
    z-index:10;
}
#slideshow li.last-active {
    z-index:9;
}
.slide-1-img {
	width:960px;
}
.slideshow-wrapper ol, ul {
	list-style: none;
	margin:0;
}
