@charset "utf-8";

#mynewsdis_gallery{
	width: 220px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#mynewsdis{
	margin-right: 10px;
}
.thumbnail{
	margin: 0 auto;
	text-align: center;
}
.title4top{
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	font-size: 120%;
	margin-bottom: 10px;
}
#mynewsdis .title4top a{
	color: #003366;
}
.click4more{
	color: #996600;
	font-size: 80%;
	text-align: center;
}
.title4gallery{
	font-size: 90%;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}
.news_style{
	display:none; /* to hide the next news title */
}
.news_show
{
	background-color: white;
	width: 100%;
	overflow: auto;	
}
.news_border
{
	background-color: white;
	width:210px;
	height:280px;
	overflow: auto;	
	border: #999966 1px solid;
	border-bottom: none;
	padding: 5px 5px 5px 5px;
}
.news_mark{
	display: none;
}
.news_title{
	display: none;
}
.news_show img{
	margin: 0 auto;
}
.buttondiv
{
	/*position: absolute;*/
	/*float: left;*/
	/*top: 169px;*/
	width:210px;
	text-align: right;
	padding: 5px 5px 5px 5px;
	background-color:white;
	border: #999966 1px solid;
	border-top-color: #EFEFEF;
	height:20px;
}
