
/* ---------- basic theme: these are the most necessary styles --------------------------------- */

.scrollbar-pane {
    margin-right: 20px;
}

.scrollbar-handle-container {
    background: #EEE;
    width: 13px;
}

.scrollbar-handle {
    width: 13px;
	height: 29px;
    /*background: #999;*/
    background:url(../img/srcoll.png) no-repeat;
}

.scrollbar-handle:hover {
   /* background: #666;*/
}

.scrollbar-handle.move {
    /*background: #111;*/
}

.scrollbar-handle-up {
    width: 13px;
    height: 13px;
	background-color:#f2f2f2;
}

.scrollbar-handle-up:hover {
    background-color: #ccc;
}

.scrollbar-handle-down {
    width: 13px;
    height: 13px;
	background-color:#f2f2f2;
}

.scrollbar-handle-down:hover {
    background-color: #ccc;
}

      /*#demo1,#demo2,#demo3,#demo4{float:left;}
       .action{margin: 0px 0 0px 0;}
      a{color:#F44;text-decoration:none;}
      a:hover{text-decoration:underline;}*/
      .scrollbar{width:415px;height:100px;margin:0 0 0 5px;-moz-box-shadow:0px 0px 12px 3px #CCC;overflow:hidden;float:left;background:#FFF;}
      /*.scrollbar.simple{width:250px;height:400px;margin:0 60px 0 0;overflow:hidden;float:left;background:#EEE;-moz-box-shadow:none;border:none;}
      .scrollbar.noborder{border:none;}
      .scrollbar p{margin:0;padding:8px;line-height:1.4;}*/



