/*--------- slider ---------*/
.slider_holder{width:100%;position:relative;overflow:hidden;
}

.slider {
	
	position:relative;

	z-index:10 !important
}
.items {
	display:none;
}
.pagination {
		position:absolute;
		top:370px;
		right:10px;
		display:inline-block;

		padding:5px 0 0 20px;		
		z-index:60;
	}
	.pagination li {
		float:left;
		padding:0 10px 0 0;
		font-size:0;
		line-height:0;
		margin:0;
		color:#252525;
		background:none !important;
	}
		.pagination a {
			display:block;
			width:11px;
			height:11px;
			background:url(../images/pags.png) left 0px no-repeat;
			
			font-size:0;
			line-height:0;
			text-decoration:none;
			-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
		}
		.pagination a:hover{background:url(../images/pags_active.png) left 0px no-repeat;}
			.pagination li.current a {
				background:url(../images/pags_active.png) left 0px no-repeat;
			}
.next, .prev {
	position:absolute;
	left:0;
	top:30px;
	width:20px;
	height:36px;
	display:block;
	background:url(../images/slpash_arr_left.png) right top no-repeat;
	z-index:2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.next {
	background:url(../images/splash_arr_right.png) left 0 no-repeat;
	right:0px;
	left:auto;
	top:30px;
}
.next:hover {
	background-position:right 0;
}
.prev:hover {
	background-position:left 0;
}
	


/*-------- end slider -----------*/
