<style type="text/css">


	
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:0px;
		margin:0px;
		width:804px;

		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;

            }
    /* // image replacement */
			
			

/* 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:804px;
		height:202px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:72px;
		height:202px;
		position:absolute;
		left:-72px;
		top:0px;

		}	
	#nextBtn{ 
		left:804px;

		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:72px;
		height:202px;

		background:url(images/quotes/prev.jpg) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/quotes/next.jpg) no-repeat 0 0;	
		}												

/* // Easy Slider */

</style>	