.dgScrollBar{position: relative;}
.dgScrollBar .dgScrollBar-scroller-left{width: 15px;background-image: url(images/dgscrollbar-scroller-left.png);background-repeat:no-repeat;background-position: center center;cursor: pointer;position: absolute;top: 0px;bottom: 0px;left: 0px;right: auto;}
.dgScrollBar .dgScrollBar-scroller-left.dgScrollBar-scroller-left-light{background-image: url(images/dgscrollbar-scroller-left-light.png);}
.dgScrollBar .dgScrollBar-scroller-left:hover{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;}
.dgScrollBar .dgScrollBar-toolbar{position: absolute;overflow: hidden;}
.dgScrollBar .dgScrollBar-toolbar .dgScrollBar-toolbar-item{float: left;}
.dgScrollBar .dgScrollBar-scroller-right{width: 15px;background-image: url(images/dgscrollbar-scroller-right.png);background-repeat:no-repeat;background-position: center center;cursor: pointer;position: absolute;top: 0px;bottom: 0px;left: auto;right: 0px;}
.dgScrollBar .dgScrollBar-scroller-right.dgScrollBar-scroller-right-light{background-image: url(images/dgscrollbar-scroller-right-light.png);}
.dgScrollBar .dgScrollBar-scroller-right:hover{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;}