#contentSlider{
  border:1px solid #666666;
  padding:10px; 
}
#slideArea{
  background:white;
  width:606px;
  height:341px;
  overflow:hidden;
}
.slideContent{
  background:#ffffff;
  width:606px;
  height:341px;
  overflow:hidden;
  float:left;
}
#contentSliderControls{
  margin-top:8px;
  float:right;
  margin-bottom:10px;
  height:16px;
}
#slideBtnArea{
  float:right;
}
#slideDirectBtnArea{
  margin-top:3px;
  float:right;
}
#slideBtn_toleft{
  background-image:url(img/btn_arrow_toleft.gif);
  background-repeat:no-repeat;
  background-position:0px 0px;
  height:16px;
  width:16px;
  cursor:pointer;
  float:left;
  margin-right:2px;
}
#slideBtn_toleft:hover{
  background-position:-16px 0px;
}
#slideBtn_toright{
  background-image:url(img/btn_arrow_toright.gif);
  background-repeat:no-repeat;
  background-position:0px 0px;
  height:16px;
  width:16px;
  cursor:pointer;
  float:left;
}
#slideBtn_toright:hover{
  background-position:-16px 0px;
}
a.slideDirectBtn{
  border:0px;
  display:block;
  width:10px;
  height:10px;
  margin-left:10px;
  float:left;
  cursor:pointer;
  background-image:url(img/directBtnBg.gif);
  background-repeat:no-repeat;
  background-position:0px 0px;
}
