    /* image replacement */
         #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
#contienebanners{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:570px;
		height:270px;
		background: #fff;
		border:1px solid #ccc;		
		}	


/* Easy Slider */

	#slider{position: absolute; margin:0px;}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:550px;
		height:250px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		/*left:-30px;*/
		left:0px;
		top:81px;
		}	
	#nextBtn{ 
		left:568px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../../images/imgmenu/btn_prev.gif) no-repeat 0 0;	
		}	
		#prevBtn a:hover{background:url(../../images/imgmenu/btn_prev2.gif) no-repeat 0 0;	
		}
	#nextBtn a{ 
		background:url(../../images/imgmenu/btn_next.gif) no-repeat 0 0;	
		}	
		#nextBtn a:hover{ 
		background:url(../../images/imgmenu/btn_next2.gif) no-repeat 0 0;	
		}					
