#about_box{
	width:960px;
	margin:40px auto 80px;
	color:#666;
}
#about_box h2{
	font-size:20px;
	margin-top:0;
	margin-bottom:40px;
	}
.f_red{
	color:#C00;
	}
#slider_box{
	float:right;
	width:490px;
	height:300px;
	position:relative;
	border:1px solid #c8c8c8;
	
	}
#about_text_box{
	width:466px;
	
	float:left;
	}
#slider{
	float:right;
	}	
	#slider ul, #slider li{
		margin:15px 0 0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:490px;
		height:245px;
		overflow:hidden; 
		}
#slider li img{
	width:100%;
	}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:245px;
		position:absolute;
		left:-40px;
		top:30px;
		text-indent: -8000px;
		}	
	#nextBtn{ 
		left:500px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:245px;
		background:url(../img/slides/arrow_left.png) no-repeat center center;
		background-size:100%;
		}	
	#nextBtn a{ 
		background:url(../img/slides/arrow_right.png) no-repeat center center;
		background-size:100%;
		}