	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:980px;

		
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
			
		
            }
    /* // image replacement */
			


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style: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:980px;
		height:286px;
		overflow:hidden;
		
	
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 

		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:110px;
		z-index:1000;
		
	
		
		}	
	#nextBtn, #slider1next{ 
		left:1000px;
	
		
		
		}			
		
	 #slider1next{ 
		left:940px;
		background-image:url(../img/icon_next.png);
		background-repeat: no-repeat;
		
		}		
		
		
		 #slider1prev{ 
		left:50px;
		background-image:url(../img/return.png);
		background-repeat: no-repeat;
		
		
		}			
		
		
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:absolute;
		width:30px;
		height:77px;
		background:url(../img/icon_next.png) no-repeat 0 0;
		z-index:1000;
		top:10px;
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../img/return.png) no-repeat 0 0;
		border:2px solid #6F3;
			

		}	
		
	/* numeric controls */	

	ol#controls{
	
		padding:0;
		height:28px;
		position:absolute;
		z-index:4;
		float:right;
	

		

	
		}
		/*botoes slides*/
	ol#controls li{
		margin:-27px 25px 0 10px; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		

		}
	ol#controls li a{
		float:left;
		height:24px;
		line-height:24px;
		/*background:url(../img/icon_slide.png) no-repeat 0 0;*/
		background:#000;
		color:#fff;
		padding:0 10px;
		text-decoration:none;
		border:1px solid #fff;
		position:absolute;
		margin-left: 800px;
		
		
		}
	ol#controls li.current a{
		/*background:url(../img/icon_slide_hover.png) no-repeat 0 0;*/	
		background:#b9373e;
		color:#fff;
	
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */