/* Easy Slider */

/*.sliderContainer{ display:block; float:left; clear:left; margin:0; padding:30px 0 0 75px;  width:900px; background:url(../images/bgLatest.png) no-repeat 0 0; height:130px; overflow:hidden;}*/

.sliderContainer{ display:block; float:left; clear:left; margin:0; padding:20px 0 0 20px;  width:970px; background:url(../images/bgLatest.png) no-repeat 0 0; height:130px; overflow:hidden;}
	
	
	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider ul{
		width:900px;}
	
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here 
		*/ 
		width:900px;
		height:100px;
		overflow:hidden;
		}	
	#slider img {border:none;} 
	#prevBtn, #nextBtn{ 
		display:block;
		width:40px;
		height:30px;
		position:absolute;
		left:13px;
		top:430px;
		}	
	#nextBtn{ 
		left:900px;
		}														
	#prevBtn a, #nextBtn a{
		text-indent:-1000px;
		overflow:hidden; 
		display:block;
		width:40px;
		height:30px;
		background: url(../images/btnPrev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btnNext.png) no-repeat 0 0;	
		}	
		
	
 
		
li.slider1{
	}	
		
li.slider2{
	}
		
li.slider3{
	}
	
li.slider4{
	;}	
	
li.slider5{
	}	
					

/* // Easy Slider */