/* scrolling */
#top	{
position:relative;
width:160;
text-align: right;
font-size:11px;
} 



#down	{
position:relative;
width:160px			;
text-align: right;
font-size:11px;
}
 
#scrollArea	{
position:relative;
width:159px;
height:95px;
padding: 5px 5px 0 5px;
overflow:hidden;
clip:rect(0,160,95,0);
visibility:hidden;
} 

#divContent	{
position:relative;
font-size: 11px;
padding: 0 5px;
}
