  

/*
	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:570px;
	height:270px;
	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
*/
 
/*
	Next/prev buttons
*/
#banner .next,#banner .prev {
	position:absolute;
	 padding-top:0px;
	 padding-left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#banner .next {
	 padding-left:803px;
}

/*
	Pagination
*/

.pagination {
	width:800px; height:29px; background:#F5F5F5;line-height:29px;
			padding-left: 540px;
}

.pagination li {
	float:left; width:22px; height:22px; text-align:center; color:#FFF; font-size:12px; font-weight:bold; margin:0 5px;
}

.pagination li a {width:22px; height:22px; color:#FFF; background:url(/img/lh-bg.gif) no-repeat 0 0; display:block; line-height:20px;
}

.pagination li.current a {color:#fff; background:url(/img/lh-bg.gif) no-repeat 0 -22px; display:block; line-height:20px; text-decoration:none;
                          }

 