#sc_blog_border{
  position:relative;
  height:265px;
  right:0px;
  overflow:hidden;
}
div#sc_blog{
  overflow:hidden;
  height:265px;
}
#sc_gallery_border{
  position:relative;
  /*width:500px;*/
  height:265px;
  margin-top:-215px;
  right:0px;
  float:right;
  overflow:hidden;
}
div#sc_gallery{
  overflow:hidden;
  /*width:500px;*/
  height:265px;
}
div#sc_gallery_inner{
}
div#scrollbar {
    display:block;
}
div#scrollbar{ 
  position:absolute;
  left:0px;
  font-size:1px;
  bottom:0px;
  /*width:500px;*/
  height:11px;
 }  
div#track { 
  position:absolute; 
  left:0; 
  top:0px;
  /*width:500px;*/
  height:11px;
  background-color:#171717;
  border-radius: 10px 10px 10px 10px;

}
div#dragBar{
  position:absolute;
  width:130px !important; 
  height:11px;
  background:url(../images/jf_dragbar.png) no-repeat;
  cursor:pointer;
} 
div#up {position:absolute; left:0; top:0;}  
div#down {position:absolute; left:0; bottom:0;}
div#scrollbar img {display:block;}
