.news_style{ 
display:none;
clip:rect(0px 374px 175px 0px);/*important*/
}


.news_show 
{
position:absolute;/*important*/
background-color: white;
color:black;
font: normal 100% "Arial", "Lucida Grande",Verdana, Sans-Serif;
clip:rect(0px 374px 165px 0px);/*important*/
}


.news_border
{
background-color: white;
width:384px;
height:175px;
font: normal 100% "Arial", "Lucida Grande",Verdana, Sans-Serif;
border: 1px solid gray;
padding: 5px 5px 0px 0px;
}

.news_show img
{
	margin-right:3px;
}


.buttondiv 
{
position: absolute;
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid gray;
/*border-top-color: white;*/
border-top:none;
height:20px;
}


.news_move 
{
position: relative; /*important*/
}


.mytable 
{
width:374px;/*important-- this control how many px to left or right*/
vertical-align: top; 
height:165px;
}

