/* ---------------------------------------------------------------- 初始化 -----------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
fieldset,img {
   border:0;
}
ol,ul {
	list-style-type: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
/* Remove the link outline */
a {
  outline:none;	/* For FF */
  noFocusLine:expression(this.onFocus=this.blur()); /* For IE */
} 
:focus {
  -moz-outline-style: none;
} /* For Firefox */ 	


html body div.clear, html body span.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

#slides {
	background:url(show_bg.jpg) no-repeat left top;	
	width:372px;
	margin: 0 auto;
	position:relative;
	padding: 0 40px;
}
#slides .slides_container {
	width:372px;
	display:none;	
}

#slides .slides_container div.slide {
	width:372px;
	height:70px;
	display:block;
}
.item {
	float:left;
	width:186px;
	height:60px;
	margin:4px 0 6px;
}
#slides .next,#slides .prev {
	position:absolute;
	top:22px;
	left:20px;
	width:16px;
	height:27px;
	overflow:hidden;
	display:block;
	z-index:101;
	text-indent:-9999px;
}

#slides .prev {
	background:url(show_btn1.jpg);
}

#slides .next {
	left:417px;
	background:url(show_btn2.jpg);
}		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			list-style:none;
			margin:0;
			padding:0;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}