/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:590px;
		background:#000;		
		margin-bottom:2em;
		}	

	#content{
		position:relative;
		}			


/* 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:590px;
		overflow:hidden;
		background: none;
		padding:0px;
		margin:0px;
		list-style-type:none; 
		}	
	#slider li a { padding:10px; background-color:#fff; display:inline-block; margin:5px 20px;}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:200px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:796px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/es/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/es/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0 1em 90px;
		padding:0;
		height:36px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:36px;
		line-height:21px;
		background: none;
		}
	ol#controls li a{
		float:left;
		height:36px;
		color:#555;
		padding:0 0px;
		text-decoration:none;
		width:36px;
		opacity: 0.3;                    /* Firefox, Safari(WebKit), Opera */
 		-ms-filter: "alpha(opacity=80)"; /* IE 8 */
  		 filter: alpha(opacity=80);       /* IE 4-7 */
 		 zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
		
		}
		
		ol#controls li a:hover{
		
		 opacity: 1;                    /* Firefox, Safari(WebKit), Opera */
   		-ms-filter: "alpha(opacity=100)"; /* IE 8 */
   		filter: alpha(opacity=100);       /* IE 4-7 */
   		zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
		
		}
		
		
	ol#controls li.current a{
		
		 opacity: 1;                    /* Firefox, Safari(WebKit), Opera */
   		-ms-filter: "alpha(opacity=100)"; /* IE 8 */
   		filter: alpha(opacity=100);       /* IE 4-7 */
   		zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
		
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


#slider {width:590px; height:100px;; display:block; background:#000; text-align:center; padding-bottom:10px;}

.textdescr { width:350px; display:block;}

.container h2 { color:#000; font-size:26px; font-weight:100;}
.container h5 { font-size:12px; font-weight:bold; margin:20px 0 0 0;}
.container p { font-size:11px; font-weight:400; color: #666;}
.container .nota { font-size:10px; color: #999;}
.float {float:left;} 

#placeholder {text-align:center; background-color:#000; padding:10px; width:570px;}




