#carousel{
  width:956px;
  height:255px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  z-index:0;
  overflow:hidden;
}

#carousel .raw{
  position:relative;
  margin:0px;
  padding:0px;
  list-style:none;
}


#carousel .raw li{
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
#carousel .raw li.selected{display:block;}


/*thumbBarS*/

#carousel .thumbBar{
  margin:0px;
  padding:0px;
  position:absolute;
  list-style:none;
  /*background:#a9dce7;*/
  height:18px;
  width:auto;
  right:20px;
  bottom:0px;
  
}

#carousel .thumbBar ul{margin:0px; padding:0px; list-style:none; float:left; height:18px; width:auto;
                       background:url(/img/thumb-banner-background.png) repeat-x top left;}
#carousel .thumbBar li{

  float:left;
  position:relative;
  margin-top:4px;
  margin-left:5px;
  margin-right:5px;
  background:url(/img/thumb-banner-bullet.png) no-repeat top left;
  width:11px;
  height:11px;
  
}
#carousel .thumbBar li:hover{
  cursor:hand;
  cursor:pointer;

}
#carousel .thumbBar .left,
#carousel .thumbBar .right
{
  float:left;
  width:9px;
  height:18px;
  background:url(/img/thumb-banner-leftright.png) no-repeat;  
}
#carousel .thumbBar .left{background-position: top left;}
#carousel .thumbBar .right{background-position: top right;}

#carousel .thumbBar li.selected{
background-position:bottom left;
}

/*
#carousel .thumbBar li.left,
#carousel .thumbBar li.right{
  margin:0px;
  paddding:0px;
  width:5px;
  height:65px;
  position:absolute;
  top:0px;
  background:url(/img/banner/bgBoxNavigation.png) no-repeat;
}
#carousel .thumbBar li.left{
  left:-5px;
  background-position:top left;
}
#carousel .thumbBar li.right{
  right:-5px;
  background-position:top right;
}
*/


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
