.scroll-track{

 height:400px;
 width:20px;

 background:url(../slider/img/line.png);

 background-repeat:repeat-y;

 background-position:center;

 overflow:hidden;

}



.scroll-handle{

 height:1px;

 width:20px;

 background:url(../slider/img/scroller.png);

 background-repeat:no-repeat;

 cursor:pointer;

 overflow:hidden;

 position:absolute;

 z-index:300;
/*background-color:red;*/

}



/*.scroll-track-top

{

 height:20px;

 width:20px;



 background:url(../slider/img/up.png);

 background-repeat:no-repeat;

 background-position:center;

}*/



/*.scroll-track-bot

{

 height:20px;

 width:20px;



 background:url(../slider/img/down.png);

 background-repeat:no-repeat;

 background-position:center;

}*/



.makeScroll {overflow:hidden;}


/*.catalog_content .makeScroll{height:400px}*/


.scroll_table {width:600px;padding-left:15px;overflow:hidden;position:relative}

