
#about-story {
	position:absolute;
	width:470px;
	margin:60px 0 0 60px;
	color:#313131;
	text-decoration:none;
	font-family:Arial,Verdana,Sans-serif;
	font-size:13px;
	line-height:16px;
	background-repeat:no-repeat;
}

#about-info {
	position:absolute;
	width:470px;
	margin:245px 0 0 165px;
	color:#313131;
	text-decoration:none;
	font-family:Arial,Verdana,Sans-serif;
	font-size:13px;
	line-height:16px;
}


/* -----slider----- */
img {
	border:none;
}

/* image replacement */
.graphic, #prevBtn, #nextBtn {
  	margin:0;
  	padding:0;
 	display:block;
 	overflow:hidden;
  	text-indent:-8000px;
}
/* // image replacement */
						
#slider-wrap {
	margin:415px 0 0 67px;
	position:absolute;
	width:828px;
	height:116px;
}			

/*-----Easy Slider-----*/

#about-slider {
	overflow:hidden;
	margin:10px 0 0 47px;
}	
#about-slider ul, #about-slider li {
	list-style:none;
}
#about-slider li { 

	/* define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here */
	width:744px;
	height:96px;
}	

#about-slider li img{ 
	width:145px;
	height:96px;
	padding-right:2px;
	float:left;
}	

#prevBtn, #nextBtn { 
	display:block;
	width:45px;
	height:42px;
	position:absolute;
	left:0px;
	top:40px;
}	
#nextBtn { 
	left:781px;
	}														
#prevBtn a, #nextBtn a {  
	display:block;
	width:45px;
	height:42px;
	background:url(../images/prev.png) no-repeat 0 0;	
}	
#nextBtn a { 
	background:url(../images/next.png) no-repeat 0 0;	
}												

/*-----end slider-----*/
