
img{border:none;}
	pre     { font: 12px "Courier New", Courier, monospace; background-position: 0 0; display: block; margin: 0.5em 0; padding: 10px; width: 600px }	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container01          { background: #fff; text-align: left; margin: 10px 0; position: relative; width: 600px }	
	#header01  { color: black; line-height: 80px; background-image: none; background-position: 0 0 }				
	#content01       { position: relative }			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li            { list-style: none; margin: 0 0 0 0; padding: 0 }
	#slider2   { margin-top: 1em }
	#slider li, #slider2 li   { width: 600px; height: 300px; overflow: hidden }	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev    { display: block; position: absolute; z-index: 1000; top: 91px; left: -30px; width: 30px; height: 77px }	
	#nextBtn, #slider1next { left: 600px }														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; display: block; position: relative; width: 30px; height: 77px }	
	#nextBtn a, #slider1next a { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0 }	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
