/* ACCORDION 1 -------------------------------------------------------------- */
#accordionContainer {position: relative; width: 1280px; height: 300px; margin: 0 auto 10px auto; border-left: 11px solid white; border-right: 11px solid white; padding: 0; !background: #f3f3f3; box-sizing: border-box; overflow: hidden}
.asyncImgLoadAccordion {clear: none;}

.accordionImgDiv .accordionSlideImage {
  width: 610px;  /* 600px pentru 9 bannere */  
  height: 300px; 
  position: absolute;  
  margin: 0px; 
	cursor: pointer;
  overflow: hidden;
  box-sizing:border-box;
}
.accordionImgDiv .slideStrip {
  width:210px; /* 190 pentru 7 bannere, 165 pentru 8 bannere, 147 pentru 9 bannere */
  position: absolute;
  left:0px;
  top:0px;
  border-left: 10px solid white; 
  border-right: 10px solid white; 
  overflow: hidden;
  box-sizing: border-box;    
  background: white;      
}    
                     
/* ACCORDION 2 -------------------------------------------------------------- */
#accordionContainer2 {margin: 0 auto; width: 800px; height: 350px; padding: 0px; overflow: hidden}
.asyncImgLoadAccordion2 { clear: both; }

.accordionImgDiv2 {
	position: absolute;
	cursor: pointer; 
  border-top:1px solid #efefef
}

.accordionImgDiv2 .slideStrip2 {
	position: absolute;
  background: url('../img/loading10.gif') no-repeat 50% 50%;
	top: 0px;
	overflow: hidden;
}

.acc2line {width:730px; height:1px; background:#dadada; margin:-1px 0 15px 0}                         