#infoArea{
		position:relative;
		}			

/* Easy Slider */

	#slider{
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		margin-bottom:2em;
	}
	#slider ul, #slider li{
		margin: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:515px;
		height:300px;
		overflow:hidden; 
		}	

	#slider li{ 
		background:#fff;
		}
	#slider li .ph{ 
		float:left;
		width:210px;
		}
	#slider li .detail{ 
		float:left;
		width:305px;
	}
	#slider li h3{ 
		margin:0px;
		padding:15px 20px 10px;
		background-image:none;
		color:#fff;
		line-height:1;
		font-size:1.5em;
		background-color:#663300;
		}
	#slider li h4{ 
		margin:0px;
		padding:10px 20px 5px;
		background-image:none;
		color:#fff;
		line-height:1;
		font-size:1em;
		background-color:#330000;
		}
	#slider li h5{ 
		margin:0px;
		padding:5px 20px;
		background-image:none;
		line-height:1.3;
		font-size:0.9em;
		font-weight:normal;
		background-color:#F7F0DF;
		}
	#slider li p{ 
		margin:20px;
		}						
		
	p#controls{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:20px;
		height:77px;
		position:absolute;
		left:-20px;
		top:-180px;
		}	
	#nextBtn{ 
		left:515px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:20px;
		height:77px;
		background:url(../img/about/bt_slider_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../img/about/bt_slider_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */
