@charset "UTF-8";
/* CSS Document */

/* Easy Slider */
#branding { overflow:hidden;
height:403px}
#branding ul, #branding li{
		margin:0;
		padding:0;
		list-style:none;
		}
#branding li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:980px;
		height:404px;
		overflow:hidden; 
		}		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:-168px 0 61px;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position: relative;
		left:0px;
		float:left;
		}	
	#nextBtn, #nextBtn2{ 
		left:951px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../images/btn-prev.jpg) no-repeat 0 0;	
		}
	#prevBtn a:hover, #nextBtn a:hover, #prevBtn2 a:hover, #nextBtn2 a:hover{  
			background:url(../images/btn-prev_h.jpg) no-repeat 0 0;	
	}
		
	#nextBtn a, #nextBtn2 a{ 
		background:url(../images/btn-next.jpg) no-repeat 0 0;	
		}												
#nextBtn a:hover, #nextBtn2 a:hover{ 
		background:url(../images/btn-next_h.jpg) no-repeat 0 0;	
		}												

/* // Easy Slider */
