/*** Slider small 
	.slider { clear:both; width:620px; position:relative; left:5px; background:#ffffff url(box_s.png) no-repeat 0 0; height:269px; margin:0;}
	
	.slider .left { float:left; width:46px; margin:0px 0px 0px 0px; padding:88px 0px 0px 0px;}
	.slider .right { float:right; width:42px; margin:0px 0px 0px 0px; padding:88px 0px 0px 0px;}
	
	.slider .center { overflow:hidden; position:relative; width:520px; height:155px; left:0; top:27px;}
	
	.slider ul { height:185px; padding-left:0;margin:0;}
	#slider_list li { float:left; display:inline-block; width:169px; height:155px;  margin:0px 5px 0px 0px;}
	
	.slider ul li a { text-decoration:none;}
	.slider img { border:none;}
***/

	.slider { 
	clear:both; 
	width:930px; 
	position:relative; 
	background:url(box2.png) 0 5px no-repeat; 
	height:322px;
	padding:0;
	margin:0;
	left: 40px;
	}
	
	#slider_list{
		margin:0;
		padding:0;
	}
	
	.slider .left { float:left; width:69px; margin:0px 0px 0px 0px; padding:124px 0px 0px 3px;}
	.slider .right { float:right; width:58px; margin:0px 0px 0px 0px; padding:124px 0px 0px 0px;}
	
	.slider .center {  position:relative; width:790px; height:264px; left:0; top:39px; overflow:hidden;}
	
	#slider_list { float:left; height:264px; display:block; margin:0;padding:0;}
	#slider_list div { float:left; display:block; width:260px; height:242px;  margin:0px 5px 0px 0px;padding:0}
	
	.slider ul li a { text-decoration:none;margin:0; padding:0;}
	.slider img { border:none; margin:0; padding:0;}
	
	