#container-slideshow {
	width:1417px;
	padding:50px 0;
	margin:0 auto;
	position:relative;
	z-index:0;
}
/*
	Slideshow
*/

#slides {
	left: 0;
    margin: 0 auto;
    top: 0;
    width: 1024px;
    z-index: 100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1024px;
	overflow:hidden;
	position:relative;
	display:none;
    margin:0 auto;
}
/*
	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 {
	width:1024px;
	height:426px;
    margin: 0 auto;
	display:block;
}
.slides_container div.slide img{
    float:left;
}
/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:195px;
	left:0;
	width:39px;
	height:94px;
	display:block;
	z-index:101;
}

#slides .next {
	left:1378px;
}
/*
	Pagination
*/

.pagination {
    background: url("../images/pagination-wrapper.png") no-repeat scroll center top transparent;
    margin: 0 437px;
    padding: 12px 40px;
    position: absolute;
    width: 56px;
    z-index: 100;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

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

.pagination li.current a {
	background-position:0 -16px;
}
/*
	Caption
*/

.caption {
	z-index:500;
    float:right;
    margin-top:10px;
	left:0;
	height:30px;
	padding:0;
	width:565px;
}