			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn,  #nextBtnHom, #prevBtnHom, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
	

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#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:220px;
		overflow:hidden; 
		}	
		
		/* For ADS  */
		
		
	#ads ul, #ads li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#ads{margin-top:1em;}
	#ads li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:234px;
		height:270px;
		overflow:hidden; 
		}	
		
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:23px;
		height:220px;
		position:absolute;
		left:0px;
		top:0px;
		z-index:980;
		}	
		
		#conte_ads #prevBtn,#conte_ads  #nextBtn, 		#conte_ads #prevBtnHom,#conte_ads  #nextBtnHom,
	#conte_ads #slider1next, #conte_ads  #slider1prev{ 
		display:block;
		width:23px;
		height:105px;
		position:absolute;
		left:0px;
		top:85px;
		z-index:980;
		}	
	#nextBtn, #slider1next{ 
		left:956px;
		}	
		#conte_ads #nextBtn,#conte_ads  #nextBtnHom, #conte_ads  #slider1next{ 
		left:211px;
		}														
	#prevBtn a, #nextBtn a, 	#prevBtnHom a,  #nextBtnHom a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:23px;
		height:220px;
		background:url(../img/btnLeft.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a, #nextBtnHom a{ 
		background:url(../img/btnRigth.png) no-repeat 0 0;	
		}	
		
		#prevBtn a:hover {
			background:url(../img/btnLeft.png) no-repeat 0 0;
		}
		#nextBtn a:hover {
			background:url(../img/btnRigth.png) no-repeat 0 0;
		}
		
	/* numeric controls */	

	ol#controls{
		float: left;
    height: 28px;
    margin: 0.1em 0;
    padding: 0 0 0 694px;	
	position: absolute;
	top: 203px;
	z-index: 980;
		}
	ol#controls li{
		margin:0 0 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
background: url("../img/bolita_sli.png") no-repeat scroll center center transparent;
    color: #222222;
    display: block;
    float: left;
    padding: 4px 8px;
    text-decoration: none;
		}
	ol#controls li.current a{
		/*background:#5DC9E1; */
		background: url("../img/bolita_sli_over.png") no-repeat scroll center center transparent;
		color:#888;
		font-weight: bold;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */