	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{margin:0;padding:0;list-style:none;}
	#slider li, #slider2 li{ /* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:auto;
		overflow:hidden;
		}	
	#slider2{position:relative;border:1px solid #dfdfdf;}
	#slider2 li{ background:#f1f1f1;}		
	#slider2 li h1 {margin:0 20px;padding-top:20px; font-size:28px;}	
	#slider2 li p{margin:20px; color:#000; }						
		
		 
	p#controls, p#controls2{margin:0;position:relative;	} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{display:block; margin-left:105px; overflow:hidden; width:21px; height:65px; position:absolute; left:1px; top:180px;}	
	#nextBtn, #nextBtn2{ left:1000px;}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{ display:block; position:relative; width:21px; height:65px; background:url(layout/slider_prev.png) no-repeat 0 0; }	
	#nextBtn a, #nextBtn2 a{ background:url(layout/slider_next.png) no-repeat 0 0;}												
 
	#prevBtn a:hover, #nextBtn a:hover, #prevBtn2 a:hover, #nextBtn2 a:hover{ display:block; position:relative; width:21px; height:65px; background:url(layout/slider_prev_hover.png) no-repeat 0 0; }	
	#nextBtn a:hover, #nextBtn2 a:hover{ background:url(layout/slider_next_hover.png) no-repeat 0 0;}												


/* // Easy Slider */

#slider{} .slider_box{width:887px; height:325px;padding:20px; background:url(layout/slide_1.jpg) 0 0; font-size:12px;color:#8c8c8c;}
#slider{} .slider_box_left{float:left;width:380px;}
#slider{} .slider_box_left h1{ font-size:36px;color:#262626;margin:0 0 0 20px; padding:0;}
#slider{} .slider_box_left p{margin:0;padding:0; line-height:18px;letter-spacing:0.25px;}
#slider{} .slider_box_left h2{ font-size:28px;color:#262626;margin:0 0 0 20px; padding:0;}
#slider{} .slider_box_right{float:right;width:500px;padding-top:5px;}


#slider{} .slider_box_left .more_detail a{float:left;text-decoration:none;background:url(layout/more_details.gif) no-repeat; height:34px; width:133px}
#slider{} .slider_box_left .visit_porto a{float:left;text-decoration:none;background:url(layout/visit_portfolio.gif) no-repeat; height:34px; width:155px}

#slider{} .slider_box_left .more_detail a:hover{float:left;text-decoration:none;background:url(layout/more_details_hover.gif) no-repeat; height:34px; width:133px}
#slider{} .slider_box_left .visit_porto a:hover{float:left;text-decoration:none;background:url(layout/visit_portfolio_hover.gif) no-repeat; height:34px; width:155px}

.more_detail{float:left;width:140px;padding-left:20px;}
.visit_porto{float:left;width:157px;}