
/*
	Slideshow style
*/

#slides {
	z-index:100;
	padding: 4px;
	position: relative;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:590px;
	height: 150px;
	overflow:hidden;
	position:relative;
	display:none;

}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:590px;
	height: 150px;
	display:block;
}

/*
	Next/prev buttons
*/
/*
	Pagination
*/

#klients .pagination {
position: absolute;
right: 52%;
display: inline-block;
bottom: -30px;
z-index: 200;
}
#klients .pagination li {
	float:left;
	margin:0px 0px;
	list-style:none;
	padding: 0px 7px 0px 0px !important;
}

#klients .pagination li a {
	display:block;
	width: 10px;
	height:0;
	padding-top: 10px;
	background-image:url(pagination.png);
	background-position: 0 0px;
	float:left;
	overflow:hidden;
}

#klients .pagination li.current a {
	background-position:0 -10px;
}

/*
	Footer
*/

