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

				
	#content{
		top:20px;
		left:20px;
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:866px;
		height:316px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:46px;
		height:119px;
		position:absolute;
		left:-9px;
		top:100px;
		}	
	#nextBtn{ 
		left:829px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:46px;
		height:119px;
		background:url(../image/blue/slide-left.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../image/blue/slide-right.png) no-repeat 0 0;	
		}												

/* // Easy Slider */