div#galleryGlider div.scroller { 
  /* modify width and height if necessary */
  width: 420px; 
  height:170px;
  overflow: hidden;
  position: absolute;
  left: 23px;
  top: 5px;
}


div#galleryGlider {
position:relative;
background:#F6F4E5;
width:467px;
height:180px;
}

div#galleryGlider  div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
  width: 420px;
  height: 170px;
  overflow: hidden;
  float: left;
}

div.scroller div.content {
  width: 10000px;
}

.gal_item p {
margin:5px 0px 5px 3px;
white-space:normal;
height:2.5em;
overflow:hidden;
width:127px;
}

.gal_item span {
display:block;
margin:5px 0px 5px 3px;
white-space:normal;
height:2.5em;
overflow:hidden;
width:127px;
}

.gal_item {
margin-left:6px;
}

/* section-abh?ngig  
div#section2 {
  background: #666666;
  color:#ffffff;
}
*/

div#clickmeGlider div.scroller { 
  /* modify width and height if necessary */
  width: 714px; 
  height:280px;
  overflow: hidden;
  position: absolute;
  left: 27px;
  top: 5px;
}

div#clickmeGlider div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
  width: 702px;
  height: 278px;
  overflow: hidden;
  float: left;
  padding-left:10px;
}

div#clickmeGlider {
position:relative;
border-bottom:1px solid #9c9d9f;
border-top:1px solid #9c9d9f;
width:767px;
height:290px;
background:#f7f4e5;
margin-left:5px;
}

div#clickmeGlider .gal_item {
padding:3px;
margin:0px;
border:1px solid transparent;
*border:none;
}

div#clickmeGlider .gal_item:hover {
background:#d0ddef;
border:1px solid #9baad3;
}

div#clickmeGlider div.scroller div.content {
  width: 12000px;
}