
div#wn1	{ 
    position:relative; 
    width:830px; height:30px;
    overflow:hidden; 
    margin-left:20px;
	}
	
/*ul#horiz {
    list-style:none; margin:0; padding:0;
    white-space:nowrap;
    }
ul#horiz li {
    display:inline;
    white-space:nowrap;
    }*/
    
div#scrollLinks2 {
    position:absolute;
    width:870px;
    visibility:visible !important;
    }
div#scrollLinks2 .left {
    background-image:url('../images/arrow_left.png');
    background-repeat:no-repeat;
    width:12px; height:12px; 
    position:absolute; margin-top:-28px; margin-left:0px;
    }
div#scrollLinks2 .right {
    background-image:url('../images/arrow_right.png');
    background-repeat:no-repeat;
    width:12px; height:12px;
    position:absolute; margin-top:-28px; margin-left:855px;
    }

div#wn:focus {
    outline:1px dotted #eee;
    }    