
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */


/* Easy Slider */
	#promos_mag, #promos_cat, #promos_art{position:relative; overflow:hidden; }
	#promos_mag ul, #promos_mag li,
	#promos_cat ul, #promos_cat li,
	#promos_art ul, #promos_art li
	{
		margin:0;
		padding:0;
		list-style:none;
		
		}
	#slider2{margin-top:1em;}
	#promos_mag li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:602px;
		height:388px;
		overflow:hidden; 
	}
	#promos_cat li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;
		height:226px;
		overflow:hidden; 
	}
	#promos_art li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;
		height:142px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	


/* ######################## NOUVEAU SLIDER ################################ */
/* Easy Slider */
	#npromos_mag, #npromos_cat, #npromos_art{position:relative; overflow:hidden; }
	#npromos_mag ul, #npromos_mag li,
	#npromos_cat ul, #npromos_cat li,
	#npromos_art ul, #npromos_art li
	{
		margin:0;
		padding:0;
		list-style:none;
		
		}
	#nslider2{margin-top:1em;}
	#npromos_mag li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:778px;
		height:230px;
		overflow:hidden; 
	}
#npromos_mag, 	#npromos_cat{border:2px solid #000 !important;}

	#npromos_cat li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:160px;
		height:600px;
		overflow:hidden; 
	}
	#npromos_art li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:778px;
		height:230px;
		overflow:hidden; 
		}	
/*	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}*/	
/* ################## NOUVEAU SLIDER ################ */













		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:22px;
		position:relative;
		/*bottom:43px;*/
		bottom:0px;
		left:10px;
		}
	ol#controls li{
		margin:0 4px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:22px;
		line-height:22px;
		}
	ol#controls li a{
		float:left;
		height:22px;
		line-height:22px;
		border:2px solid #000;
		background:#383838;
		color:#fff;
		padding:0 4px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#f0f0f0;
		color:#000;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */