
         #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }

/* Easy Slider */

	#slider{

        
        }
	#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:150px;
		height:170px;
		overflow:hidden;
		}


	#prevBtn, #nextBtn{ 
		display:block;
		width:20px;
		height:20px;
                margin-top:-45px;
                margin-left:-20px;

		}	
	#nextBtn{ 
		margin-left:140px;
                margin-top:-20px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:20px;
		height:20px;
		background:url(../img/back.gif) no-repeat 0 0;
		}	
	#nextBtn a{ 
		background:url(../img/next.gif) no-repeat 0 0;
		}
