/* Slider */
#slider, #slider a{ 
	color:#FFFFFF; 	
	margin:0;
	padding:0;
	list-style:none;
}	
#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:876px;
	overflow:hidden;
	height:154px;
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	top: -100px;
	right: 30px;
	float:right;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:inline;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:41px;
	height:24px;

	}	
#nextBtn, #nextBtn2{ 
	left:0px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:41px;
	height:24px;
	background:url(../images/scroll_left.png) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(../images/scroll_right.png) no-repeat 0 0;	
	}		
.panel-text h2 {
	color:#FFFFFF;
}
.panel-text {
	width: 500px;
	float:right;
	padding:15px;
	margin-right:50px;
	height:154px;
}
.hdr1 {
	background-image:url(../images/hdr1.png);
	width:870px;
	height:154px;
	padding:15px;

}
