<!--
#testimonials_wrap {
	float:right;
	height:320px;
	width:400px;
	background:url('../images/oioio_03.jpg') no-repeat;
	background-position:top;
}

#testimonials_wrap a, a:link{
	color:#759fba;
	text-decoration:none;
}
#testimonials_wrap a:hover{
	color:#fff;
}

#testimonials {left:129px; top:77px; color:#FFF; position:relative; width:233px;}
#testimonials .intro_text {font-weight:bold; font-style:italic; font-family:"Times New Roman", Times, serif; color:#FF0; font-size: 16px;}
#testimonials .cite {font-size:11px; font-style:normal; color:#0CF; font-family:Verdana, Geneva, sans-serif; padding-left:40px;}
-->



/* Easy Slider */
#slider_testimonial {
	margin: 0 0 0 0px;
	padding:0;
}	
#slider_testimonial  ul, #slider_testimonial li{
	margin:0;
	list-style:none;
	padding-bottom:0px;
	margin-bottom:0;
}
#slider_testimonial li{ 
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width:210px;
	height:216px;
	overflow:hidden;
	padding-bottom:0px;
	margin-bottom:0;
}	
p#controls{
	margin:0;
	position:absolute;
} 
#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	font-size:10px;
	width:8px;
	height:10px;
	position:absolute;
	left:-15px;
	top:-145px;
	cursor:pointer;
}	
* html #nextBtn{
	top:300px;
}
*:first-child+html #nextBtn{
	top:-145px;
}
#nextBtn{ 
	left:240px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:8px;
	height:10px;
}	
#nextBtn a{ 
	background:url(../images/arrow_next.gif) no-repeat 0 0;	
}

#prevBtn a{ 
background:url(../images/arrow_prev.gif) no-repeat 0 0;
}






/*feature_project and title_page*/

#feature_project .featured_desc{
	color:#FFF; font-size:13px; font-style:italic; color:#FFF; font-family:Georgia, "Times New Roman", Times, serif; line-height:13px;
	padding:1px 4px 56px 1px;
	float:right;
	width:240px;
}

#title_page h2{
	padding-top:70px;
	padding-left:40px;
}


