/* To indicate is news content */
.news_style{ 
display:none;
}

/* where news todisplay */
.news_show 
{
position:absolute;/*important*/
background-color: transparent;
color:#EFEFEF;
font: normal 100% "Arial", "Lucida Grande",Verdana, Sans-Serif;
clip:rect(0px 305px 100px 0px);/*important*/
}
.news_show a 
{
	color:#EFEFEF;
}

/* wrap .news_news for border*/
.news_border
{
background-color: transparent;
width:305px;
height:100px;
font: normal 100% "Arial", "Lucida Grande",Verdana, Sans-Serif;
padding: 5px 5px 5px 5px;
}

/* wrap images button and news title*/
.news_mark 
{

}

/*// news title display style*/
.news_title 
{

}

/*// option this*/
.news_show img 
{

}

/*// for images button */
.buttondiv 
{

}

/*// for inside news slide style */
.news_move 
{
position: relative; /*important*/
}

/*//fix inside news slide table */
.mytable 
{
width:305px;/*important-- this control how many px to left or right*/
height:100px;
vertical-align: top; 
}