/* Bare minimum styles */
.slider_ajanlatok {
	-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 */

/* The arrows can of course also be styled to your liking. This is just example styles */
/*.as-prev-arrow{
	float:left;
	margin-top: 88px;
    margin-left: 13px;
}

.as-next-arrow{
	float:right;
	margin-top:88px;
	margin-right: 14px;
}*/

.as-slide-inner{
	width:1024px;
	height:381px;
  position: relative;
  float: left;
}

.as-slide-inner img{
	width:1024px;
	height:350px;
    position: relative;
    float: left;
}

.as-prev-arrow{
    position: absolute;
	top: 218px;
    left: 113px;
	background: url(../img/left_arrow.png) no-repeat;
	cursor: pointer;
    width: 25px;
	height: 36px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 100;
}

.as-next-arrow {
    position: absolute;
	top: 218px;
	right: 14px;
	background: url(../img/right_arrow.png) no-repeat;
	cursor: pointer;
    width: 25px;
	height: 36px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 100;
}



/*
.as-prev-arrow {
	left: 0;
}

.as-next-arrow {
	background-position: -40px 0;
	right: 0;
}

.slider:hover .as-prev-arrow, .slider:hover .as-next-arrow {
	filter: alpha(opacity=1);
	opacity: 1;
}
*/
/* The same rules for styling apply here. Style to your liking */
.as-nav {
    bottom: 10px;
	left: 43%;
	position: absolute;
	text-align: left;
	width: 174px;
	z-index: 10;
    text-align: center;
}

.as-nav a {
	background: url(../img/a_off.png) no-repeat;
	height: 13px;
	display: inline-block;
	margin: 0 1px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 13px;
}

a.as-active, .as-nav a:hover {
	background: url(../img/a_on.png) no-repeat;
}

/*
body {
	background: #fff;
	color: #333;
	font: 12px "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0 0 25px;
}

section {
	display: block;
}

.content {
	margin: 0 auto;
	position: relative;
	width: 80%;
}

h1 {
	font-size: 20px;
	margin: 10px 0;
}

p {
	margin: 10px 0;
}

ul {
	margin: 0;
	padding: 0;
}

.slider-wrapper {
	height: 275px;
	position: relative;
}
*/