	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:850px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	
/* Easy Slider */

	#slider_home{
		margin-left:50px;
		}
		
		#slider_home ul li img{
			border:0;
		}
		
	#slider_home ul, #slider_home li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider_home li{ 
		/* 
			define width and height of list item (slide)
			entire slider_home area will adjust according to the parameters provided here
		*/ 
		width:850px;
		height:100px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:38px;
		height:48px;
		position:absolute;
		margin:0 0 0 10px;
		top:320px;
		z-index:50;
		}	
		
		
	#nextBtn{ 
		margin:0 0 0 900px;
		top:320px;
		}
				
															
	#prevBtn a, #prevBtn a:link, #nextBtn a, #nextBtn a:link{  
		display:block;
		width:38px;
		height:48px;
		background:url(../imgs/btn_prev.png) no-repeat 0 0;	
		}	
		
	#nextBtn a, #nextBtn a:link{ 
		background:url(../imgs/btn_next.png) no-repeat 0 0;	
		display:block;
		width:38px;
		height:48px;
		}	
	
	#prevBtn a:hover{  
		display:block;
		width:38px;
		height:48px;
		background:url(../imgs/btn_prev_hover.png) no-repeat 0 0;	
		}		
	
		
/* // Easy Slider */