
h1{
	font-size:180%;
	font-weight:normal;
	}
h2{
	font-size:160%;
	font-weight:normal;
	}	
h3{
	font-size:140%;
	font-weight:normal;
	}	
img{border:none;}



/* Easy Slider */


/* Easy Slider */

	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li, #slider3 ul, #slider3 li, #slider4 ul, #slider4 li{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		overflow:hidden; 
		}	
		#slider2 ul{height:332px;}
		#slider2 li{ 
			/* 
				define width and height of list item (slide)
				entire slider area will adjust according to the parameters provided here
			*/ 
			
			height:332px;
			}

	p#controls, p#controls2, p#controls3, p#controls4{
		margin:0;
		position:relative;
		} 

	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2, #prevBtn3, #nextBtn3, #prevBtn4, #nextBtn4{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-20px;
		top:-135px;
		}	
	
	#nextBtn, #nextBtn2, #nextBtn3, #nextBtn4{ 
		left:660px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a, #prevBtn3 a, #nextBtn3 a, #prevBtn4 a, #nextBtn4 a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a, #nextBtn3 a, #nextBtn4 a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;	
		}			

/* // Easy Slider */
