.slides_container {
	width:780px;
	display:block;
	position: absolute;
	height: 293px;
	background: #eee;
	overflow: hidden;
}

.slides_container div {
	width:780px;
	height: 293px;
	display:block;
}

#slides .pagination {
	display: none;
}

#slides {
	height: 293px;
	margin-bottom: 40px;
}

#slides .next, #slides .prev {
    position: relative;
    z-index: 101;
    text-indent: -9999px;
}

#slides a.prev {
	left: 0px;
	background: url(../images/slideshow-nav.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	top: -170px;
}

#slides a.next {
	left: 730px;
	background: url(../images/slideshow-nav.png);
	background-position: -50px 0;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	top: -220px;
}