/* image slider list */
/*ul.image-slider{border:0;display:block;list-style-type:none; margin-left: 0px; overflow:hidden;position:absolute;}*/
/* buttons to slide and change the sliding direction */
.image-slider-btn{display:none;background-color:#dfdfdf;color:#f6f6f6;display:block;position:absolute;text-align:center; background-color:#666;}
.image-slider-btn-hover:hover{background-color:#f6f6f6;color:#dfdfdf;cursor:pointer;}
/* buttons to change to a specific image within the list */

.image-slider-img-btn					{ display:none; float:left; background: url(https://www.camping-hohenwartestausee.de/images/slide_point2.png) center center no-repeat; color:#333; display: block; height: 30px; text-align: center; margin-bottom: 3px; width: 30px; display:block; }
.image-slider-img-btns .active			{ display:none;background: url(https://www.camping-hohenwartestausee.de/images/slide_point1.png) center center no-repeat; color:#0099a1; cursor:pointer; }
.image-slider-img-btn:hover				{ display:none;background: url(https://www.camping-hohenwartestausee.de/images/slide_point3.png) center center no-repeat; color:#0099a1; cursor:pointer; }
.image-slider-img-btns .active:hover	{ display:none;background: url(https://www.camping-hohenwartestausee.de/images/slide_point4.png) center center no-repeat; }
.image-slider-img-btns{display:none;top:71%;left:0px; position:fixed; text-align:center; padding-left:47%;}
/* "button" text should be selectable by double click or something like that */
.image-slider-btn,.image-slider-img-btn{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;}

/*ul#image-slider { display:none; }*/