#my_news{margin:10px;} 
.news_style{
display:none;
border:1px solid yellow;
}
.news_show
{
color: white;
padding-left: 8px;
margin-top: 4px;
margin-bottom: 0px;
width:265px;
height:180px;
overflow: auto;
padding-top: 12px;   
}

.news_mark{
background-color:white ;
font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
width:361px;
height:35px;
color:black;
text-align:center;
}
.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color:black;
}
.news_show img{

margin-left: 5px;
margin-right: 5px;

}
.buttondiv
{
float: right;
/*top: 169px;*/
padding: 5px 10px 10px 5px;
border: none;
/*border-top-color: white;*/
border-top:none;
height:20px;
}
img.pointer{cursor:pointer;}
