#banners {
 width: 1033px;
	height:374px;
	position:relative;
 padding: 0;
 float: left;

}

#slides {
	position:absolute;
	z-index:100;
 padding:0;
}

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

.slides_container {
 width: 1033px;
	overflow:hidden;
	position:relative;
	display:none;
 overflow: hidden;
}

/*
	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 a {
 width: 1033px;
 height:374px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next {
 position:absolute;
 top:146px;
 right:0px;
 width:45px;
 height:91px;
 background: url('/img/banner-123-arr-right.png') no-repeat;
 display:block;
 z-index:200;
}


#slides .prev {
	position:absolute;
	 top:146px;
	left:0;
 width:45px;
 height:91px;
 background: url('/img/banner-123-arr-left.png') no-repeat;
	display:block;
	z-index:200;
}
/*
#slides .next {
	left:633px;
}*/

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
 display: none
}

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

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

.pagination li.current a {
	background-position:0 -12px;
}
