/* gallery box*/
.boxcontent_gallery{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#00339C;*/
	color: #ffffff;
	width:310px;
	height:390px;
	border:0px solid #00f;
	text-align:center;
	background-color:#F8F7F7;
}
.gallery_control{
	text-align:center;
	padding:5px;
}
/*
.gallery_select{
	padding-left:5px;
	padding-right:5px;
	width:90px;
	float:left;
	text-align:left;
}
*/
.gallery_button{
	z-index:10;
	text-align:center;
}
.gallery_headline {
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	padding-left:1em;
	background-color:#B90302;
}
.gallery_image{
	background-color:#F8F7F7;
	padding:5px;
}
.gallery_image img{
	max-width:300px;
	max-height:300px;
}

#onetext{
	font-weight:normal;
	color:#2E5AB3;
}
