/* Tiny Scrollbar */
.scroll{width:530px}
.scroll .viewport{width:510px;height:310px}

.viewport{overflow:hidden;position:relative}
.overview{width:100%;list-style:none;position:absolute;left:0;top:0;padding:0;margin:0}
.scrollbar{background:transparent url(../img/bg-scrollbar-track-y.png) repeat-y 0 0;position:relative;background-position:0 0;float:right;width:3px}
.track{background:#e4e6e9;height:100%;width:3px;position:relative;padding:0}
.thumb{background:transparent url(../img/bg-scrollbar-thumb-y2.png) no-repeat 0 0;height:4px;width:3px;cursor:pointer;overflow:hidden;position:absolute;top:0;left:0}
.thumb .end{background:transparent url(../img/bg-scrollbar-thumb-y2.png) no-repeat 50% 0;overflow:hidden;height:4px;width:3px}
.disable{display:none}
/*.noSelect{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}*/

/* modifico para twitter */
#myTwitter.scroll{width:263px;background:#fff}
#myTwitter.scroll .viewport{width:260px;height:450px}
#myTwitter.scroll .track{background:#e4e6e9}
#myTwitter.scroll .thumb, #myTwitter.scroll .thumb .end{background-image:url(../img/bg-scrollbar-thumb-y.png)}

/* modifico para agenda especiales */
#a_agendaesp .scroll{width:720px}
#a_agendaesp .viewport{width:690px;height:400px}
#a_agendaesp .scrollbar{width:10px;background:transparent url(../img/scrollbar.gif) repeat-y 0 50%}
#a_agendaesp .track{width:10px;background:transparent url(../img/scrollbar.gif) repeat-y 0 50%}
#a_agendaesp .thumb{width:10px;background:transparent url(../img/scrollbar.gif) repeat-y 0 50%}
#a_agendaesp .thumb .end{width:10px;height:30px;background:transparent url(../img/scrollbar2.gif) no-repeat 0 50%}
