/*---------------------------------------------SLIDER-----------------------------------*/
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	#contenedorslider{margin:0px; padding:0 0 0 24px; width:674px;  float:left;}
		  
	#container{	
		margin:0px;
		position:relative;
		text-align:left;
		width:674px;
		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;
		list-style: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
		*/ 
		width:638px;
		height:140px;
		overflow:hidden; 
		
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:18px;
		height:140px;
		position:absolute;
		left:-18px;
		top:0px;
		z-index:0;
		}	
	#nextBtn, #slider1next{ 
		left:638px;
		}								
	#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:18px;
		height:140px;
		background:url(../images/btn_prev.jpg) no-repeat 0 0; 			
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.jpg) no-repeat 0 0;	
		}	
/*---------------------------------------------SLIDER-----------------------------------*/	
