/*---------------------------------------------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 0px; width:607px;  float:left;}

		  

	#container{	

		margin:15px 0 20px 0;

		position:relative;

		text-align:left;

		width:607px;

		height:126px;



		}

		

	#content{

		/*width:317px;*/

		margin: 0 0 14px 0;

		padding:0px;

		position:relative;

		left:18px;

		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:572px;

		height:126px;

		overflow:hidden; 

		

		}	

	#prevBtn, #nextBtn,

	#slider1next, #slider1prev{ 

		display:block;

		width:10px;

		height:126px;

		position:absolute;

		left:-24px;

		top:0px;

		z-index:0;

		}	

	#nextBtn, #slider1next{ 

		left:579px;

		}								

	#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{  

		display:block;

		position:relative;

		width:10px;

		height:126px;

		background:url(../img_es/btn_prev.png) no-repeat 0 0; 			

		}	

	#nextBtn a, #slider1next a{ 

		background:url(../img_es/btn_next.png) no-repeat 0 0;	

		}	

/*---------------------------------------------SLIDER-----------------------------------*/	


	#content ul li img{width:188px;}