﻿/* Scroller */
div#hsitory_left { position:relative; left:10; top:73px; float:left; text-decoration:none; border:0px; color:#ffffff; margin-left:8px; width:13px; }  
div#history_right { position:relative; right:0px; top:73px; float:right;  text-decoration:none; border:0px; color:#ffffff; margin-right:10px; width:13px; }
div#wn_history	{
	position:relative;
	width:750px;
	/*height:169px;*/
	height:195px;
	text-align:center;
	left:25px;
	overflow:hidden;
	top:10px !Important;
}
	div#scrollbar_history { 
    position:relative; 
    width:750px; height:120px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
	top:0px !Important;
  }
  div#scrollbar_history {
    display:none;
	width:750px;
	height:120px;
    }
	div#scrollbar_history img {
    display:block; 
    } 
/*     scroller ends      */
