.slides_container {
	display:none;
	height: 308px;
	overflow:hidden;
	position:relative;
	width:461px;
}

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

.slides_container div.slide {
	display:block;
	height:308px;
	text-align: center;
	width:461px;
}

/*
	Pagination
*/

.slideNav {
	height: 24px;
	left: 0;
	position: absolute;
	top: 150px;
	width: 461px;
	z-index:110;
}

.slideNav a span {
	display: none;
}

.slideNav a.prev, .slideNav a.next {
	display: block;
	height: 24px;
	position: absolute;
	right: 20px;
	width: 24px;
}

.slideNav a.prev {
	background: url(../img/lincroyable/prev.png) left top no-repeat;
	left: 10px

}

.slideNav a:hover.prev {
	background: url(../img/lincroyable/prev_over.png) left top no-repeat;
}

.slideNav a.next {
	background: url(../img/lincroyable/next.png) left top no-repeat;
	right: 10px;
	
}

.slideNav a:hover.next {
	background: url(../img/lincroyable/next_over.png) left top no-repeat;
}

#slides .pagination {
	display: none;
}