@charset "UTF-8";
/* CSS Document */






.sliderbutton {float:left; width:32px; height:38px; cursor:pointer;}

#slideleft,#slideright{
	top:161px;
	z-index:10;
	position:absolute;
	opacity:0.5;
}

#slideleft:hover,#slideright:hover {
	opacity:1;
	
	}

#slideright {
	margin-left:948px;
	}



#slider {
	float:left;
	position:relative;
	overflow:auto;
	width:980px;
	height:360px;
	
	
	
	}
#slider ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0;
}


#slider li {float:left; width:980px; height:360px;}
#page_button{
	
	width:100%;
	overflow:hidden;	
}

.pagination {
	float:left;
	list-style:none;
	
	}
	
.pagination li {
	float:left;
	cursor:pointer;
	width:140px;
	height:31px;
	text-align:center;
	color: #A59E7C;
	padding:15px 0 0 0;
	margin:0;
	}
	
.pagination li:hover {
	background: url(../images/back_slide_botton.png) no-repeat;
	color:#000;
	}
	
li.current {
	background: url(../images/back_slide_botton.png) no-repeat;
	color:#000;
	}
