/*---------------------------------------------SLIDER-----------------------------------*/
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	#contenedorslider{margin:15px 0 15px 0; padding:0 0 0 24px; width:668px;  float:left;}
		  
	#container{	
		margin:0px;
		position:relative;
		text-align:left;
		width:668px;
		height:140px;
		margin-bottom:2em;
		}
		
	#content{
		/*width:317px;*/
		margin: 0 0 14px 0;
		padding:0px;
		position:relative;
		left:24px;
		float:left;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		border:0px;
		list-style:none;
		background-image:none;
		}
	#slider ul li a span{display: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
		*/ 
		margin:0px;
		padding:0px;
		width:640px;
		height:140px;
		overflow:hidden; 
		
		}	
		
	#cuerpotexto #slider li img, #cuerpotexto #slider2 li img{margin:0 1px; padding:0px; float:left;}
	
	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:18px;
		height:140px;
		position:absolute;
		left:-18px;
		top:0px;
		z-index:0;
		}	
	#nextBtn, #slider1next{ 
		left:630px;
		}								
	#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:18px;
		height:140px;
		background:url(../img/btn_prev.jpg) no-repeat 0 0; 			
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../img/btn_next.jpg) no-repeat 0 0;	
		}	
/*---------------------------------------------SLIDER-----------------------------------*/	