
/* slideris */

.slider-relative {
	position:relative;
	overflow:hidden;
  /*  background-color: #353535; */
}


.items {
	display: none;	
	overflow: hidden;
}

.slider-block {
	position:relative;
	height: 450px; /*534-394*/
}
.slider {
	border-top: 0px solid #fff1bd; /*  augšas mala */
	border-bottom: 0px solid #a8a8a8; /* apakšas mala */
	z-index:2;
	overflow: visible !important;
	height: 450px; /* augstums */
	position: absolute;
	left: 50%;
	margin-left: -952px; /*-800*/
	width: 1905px; /*width: 100%;*/
}


.slider .banner{
	top: 130px;
    height: 255px;
	text-align: center;
	left: 100px;
	padding: 20px  20px 20px;
	position: absolute;
	font: 80px 'verdana', sans-serif;
	color: #fff;	
	width: 1400px;
	/*background: url(../images/banner_bg.png) 0 0 repeat;*/
}

.slider .banner span {
	color: #f98d0d;
}

.slider .banner i {
	font-style: normal;
	color: #c9e54e;
}

.slider .banner p {
	padding-top: 23px;
	font-size: 24px;
	color: #bdbdbd;
}

a.prev, a.next {
	width: 16px;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	height: 27px;
	position: absolute;
	display: block;
	bottom: 173px; /* attālums no apakšas */
	z-index: 999;
	right: 256px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

a.next {
	right: 231px;
	background-position: right bottom;

}

a.next:hover {
	background-position: right 0;
}

a.prev:hover {
	background-position: 0 bottom;
}