.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}
@media screen and (max-width: 959px) {
}
@media screen and (min-width: 959px) {
}
