/* Easy Slider */
	#slider {
		margin:0 0 0 480px;
		padding:0;
	}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:444px;
		height:300px;
		overflow:hidden;
		}
	#slider li a img {
		margin:0;
		float:none;
		border:0;
	}
	#prevBtn, #nextBtn{ 
		display:block;
		width:16px;
		height:56px;
		position:absolute;
		left:464px;
		top:122px;
		z-index:1000;
		}
	#nextBtn{ 
		left:924px;
		}
	#prevBtn a, #nextBtn a{  
		display:block;
		position:relative;
		width:16px;
		height:56px;
		background:url(../images/btn_prev.jpg) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.jpg) no-repeat 0 0;	
		}