.mod-slideshow {
	position: absolute;
	z-index: 1;
	background: #000000;
}
.mod-slideshow ul, .mod-slideshow li {
	margin: 0;
	padding: 0;
}
.mod-slideshow .images-list {
	display: block;
	height: 286px;
	width: 980px;
	overflow: hidden;
	position: relative;
}
.mod-slideshow .images-list .item {
	display: none;
	position: absolute;
	height: 286px;
	width: 980px;
}
.mod-slideshow .images-list .active {
	display: block;
}
.mod-slideshow .images-list .image {
	position: absolute;
	z-index: 1;
}
.mod-slideshow .hidden {
	display: none;
}
