	img{border:none;}
	pre{
		display:block;
		padding:10px;
		background:#e3f4f9;	
		margin:.5em 0; 
/*		width:494px; */
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{
		margin:0 auto;
		position:relative;
		text-align:center;
		width:622px;
		margin-bottom:0;
		height:230px;
		z-index:9999;
		overflow:hidden;
		border:0;
		background:none;
		}	
	#content{
		position:relative; border:0;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none; background:none; 
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:844px;
		height:392px;
		overflow:hidden;  
		border:0;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:50px;
		height:28px;
		position:absolute;
		left:20px; 
		top:100px;
		z-index:1000;  
		}	
	#nextBtn, #slider1next{ 
		left:100px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:48px;
		height:27px;
		background:url(../imgs/prev-horizontal.png) no-repeat 0 0; 
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../imgs/next-horizontal.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:-2em 6px;
		padding:0;
		height:14px;
		float:left; 	
		}
	ol#controls li{
		margin:4px 2px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:14px;
		line-height:14px; 
		}
	ol#controls li a{
		background:url(../imgs/bg_bola.png) no-repeat;
		float:left;
		height:14px;
		line-height:14px;
		color:#003366;
		padding:0 4px 0 4px;
		text-decoration:none; 
		font-size:10px; 
		}
	ol#controls li.current a{
		background:url(../imgs/bg_bola_hover.png) no-repeat;
		color:#003366;
		font-size:10px; 
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none; color:#003366; 		font-size:10px; 
}
	
/* // Easy Slider */
