.slideshow-wrapper{
	margin: 45px 0 15px 0;
}

ul.slideshow {
	display : block;
	height : 400px;
	position : relative;
	margin-top: 45px;
}

ul.slideshow li {
	display : block;
	height : 100%;
	width : 100%;
	position : absolute;
	margin : 0;
	text-align : center;
	visibility : hidden;
}

ul.slideshow li img {
	display : inline;
	height : 100%;
	width : auto;
	margin : 0;
	cursor: pointer; 
	cursor: hand; 
}

ul.index-dots {
	text-align : center;
	margin-top:15px;
	cursor:pointer;
}

ul.index-dots li {
	display : inline-block;
	margin : 15px 15px 0 15px;
	width : 15px;
	height : 15px;
	overflow: hidden;
	background-image:url(/images/dots-32x32-x2w.png);
	background-size: auto 100%;
}
ul.index-dots li.selected {
	background-position: 100% 0;
}
.no-selection{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
