/* Bare minimum styles */
.slider {
	-ms-touch-action: none; /* Prevent default touch actions on Windows 8. Only required for IE10 */
	overflow: auto; /* Not required but recommended for accessibility when JavaScript is turned off */
	position: relative;
	touch-action: none; /* Prevent default touch actions on Windows 8. Supported in IE11+ */
}

/* AnySlider can be styled to your liking. This is just example styles */
.slider {
	border: 1px dotted #333;
	height: 250px;
	margin: 40px auto;
	padding: 5px;
	text-align: center;
	width: 100%;
}
.as-slide-inner {
	height:100%;
	z-index:99;
}
/* The arrows can of course also be styled to your liking. This is just example styles */
.as-prev-arrow, .as-next-arrow {
	background: url("/images/frontend/arrows_products.png") no-repeat;
	cursor: pointer;
	height: 79px;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	bottom: 49px;
	white-space: nowrap;
	width: 79px;
	z-index: 999;
}

.as-prev-arrow {
	left: 134px;
}

.as-next-arrow {
	background-position: -86px 0;
	left: 222px;
}



/* The same rules for styling apply here. Style to your liking */
.as-nav {
	bottom: -10px;
	margin:0 auto;
	position: relative;
	text-align: left;
	width: 54px;
	z-index: 999;
}

.as-nav a {
	background: url(../demo/img/bullets.png) no-repeat;
	height: 16px;
	display: inline-block;
	margin: 0 1px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 16px;
}

a.as-active, .as-nav a:hover {
	background-position: 0 -16px;
}

/* Other styles not related to AnySlider */


section {
	display: block;
}

.content {
	margin: 0 auto;
	position: relative;
	width: 80%;
}


.slider-wrapper {
	height: 275px;
	position: relative;
}
