*{ margin:0; padding:0; }
#scrollbar { display:none; }
#wn { position:relative; width:640px; height:92px; overflow:hidden;}
#scrollbar { position:relative; width:640px; height:13px; display:block; font-size:1px; margin:0 0 0 -13px; }
#track { position:absolute; left:13px; top:0; width:640px; height:13px; background: #686868; }
#dragBar { position:absolute; left:0; top:0; width:48px; height:13px; background-color:#AF1C2E; cursor:pointer; }
#left { position:absolute; left:0; top:0; width:13px; }
#right { position:absolute; right:0; top:0; left:35px; width:13px; }
#scrollbar, #track, #dragBar, #left, #right { -moz-user-select: none; -khtml-user-select: none; }
#scrollbar img { display:block; }
