div#inner_w{
	position: relative;
	width: 820px;
	height: 400px;
	overflow: hidden;
}
div#scrollbar img {
    display: block;
}
div#scrollbar{
    position: relative;
    width: /*184*/784px;
    height: 11px;
    font-size: 1px; /* for ie5.5 */
}
div#track{
    position: absolute;
    left: 26px;
    top: 0px;
    width: 732px;
    height: 27px;/*top 1px in js*/
    background: /*#2a3b41*/ url("/images/comics_scroll_track_bg.png") bottom left repeat-x;
}
div#dragBar{
/*    position:absolute; left:1px; top:1px;*/
	position: relative;
	left: 1px;
	bottom: 5px;
    width: 37px;
    height: 24px;
    border: 1px solid #d2d2d2;
    background: #f2f2f2 url("/images/comics_scroll_control_bg.png") center left repeat-x;
}
div#left{
	position: absolute;
	left: 0;
	top: 1px;
}
div#right{
	position: absolute;
	right: 0;
	top: 1px;
}

table#inner_t td{
	padding: 2px 12px 0;
}
    
div.scroll_controls {
    display: block; /* may be display:none initially */
    position: relative;
    margin-left: 8px;
    width: 184px;
}
    
/* position right arrows */
div.scroll_controls a.rt {
	position: absolute;
	right: 0;
}

/* demo and description  */
/*
div#text p.wn_info { 
    text-align: left;
    margin:0 .5em 0 210px;
    }
    
div.holder { 
    float:left; 
    width:200px; height:100px; 
    }
    
p.clearer { clear:left; }
h2.demoHd { margin-bottom: 1.2em; }*/