@charset "utf-8";
/* CSS Document */

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

/* Easy Slider */

	#marcas{}	
	#marcas ul, #marcas li{
		margin:0;
		padding:0;
		list-style:none;
		text-align:center;
		}
	#marcas li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:440px;
		height:137px;
		overflow:hidden;
		text-align:center;
		
		}	
	#prevBtn, #nextBtn{ 
		display:none;
		width:20px;
		height:34px;
		top:55px;
		position:absolute;
		z-index:10;
		}	
	#nextBtn{ 
		left:425px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:20px;
		height:34px;
		background-image:url(../img/btn_prev.jpg);
		}	
	#nextBtn a{ 
		background-image:url(../img/btn_next.jpg);
		}
		
		
		
/* Easy Slider */

	#produtos{}	
	#produtos ul, #produtos li{
		margin:0;
		padding:0;
		list-style:none;
		text-align:center;
		}
	#produtos li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:440px;
		height:125px;
		overflow:hidden;
		text-align:center;
		
		}	
	#prevBtn, #nextBtn{ 
		display:none;
		width:20px;
		height:34px;
		top:55px;
		position:absolute;
		z-index:10;
		}	
	#nextBtn{ 
		left:425px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:20px;
		height:34px;
		background-image:url(../img/btn_prev.jpg);
		}	
	#nextBtn a{ 
		background-image:url(../img/btn_next.jpg);
		}
