


	/*------------------------
	---------------- CONTENT
	------------------------*/
	
	/* You might want to change these options for the main container */
	#yourSliderId {
		
		float: left;
		height: 440px;
		width: 947px;
		
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#yourSliderId {
		
		list-style: none !important;
		margin: 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#yourSliderId li {
			
			display: none;
			float: left;
			margin: 0;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#yourSliderId li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#yourSliderId li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#yourSliderId li ul li {
			
			display: block !important;
			position: relative !important;
			
		}
		
#index_banner_bg{
clear:both;
margin:0 auto;
}


.scroll_new_div{
background:url(../images/fade_top_testimonials.png); 
margin-top:-220px; 
margin-left:720px; 
margin-top /*\**/: -300\9 ;
height:80px;
//margin-top:-280px;
}


.scroll_new_div1{
background:url(../images/fade_bottom_testimonials.png); 
margin-top:-40px; 
margin-left:720px;
margin-top /*\**/: -120\9 ;
//margin-top:-120px;
height:80px;
width:300px;
}

		/* Easy Slider */

#slider{}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
margin:0 0 0 0px;
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:947px;
height:440px;
overflow:hidden; 
}	

#slider2 li{ 

}		
#slider2 li h2{ 
margin:0 0px;
padding-top:0px;
}	
#slider2 li p{ 
margin:20px;
}						

p#controls, p#controls2{
margin:0;
/*position:relative;*/
} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
display:block;
margin:0;
overflow:hidden;
text-indent:-8000px;		
width:36px;
height:33px;
position:absolute;
float:left;
margin:-80px 0 0 10px;
}	

#nextBtn, #nextBtn2{ 
margin:-80px 0 0 55px;
}														

#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
display:block;
width:36px;
height:33px;
background:url(../images/btn_prev.png) no-repeat 0 0;
}	

#nextBtn a, #nextBtn2 a{ 
background:url(../images/btn_next.png) no-repeat 0 0;	
}



