A {
	text-decoration : none;
	color :  #3c8714;
	background-color: none;
	font-weight : normal;
}

A:Hover {
	text-decoration : none;
	color : black;
	background-color: none;
	font-weight : normal;
}

img {
	border-style: none;
}


.bb.content_box {
   width:300px;
   min-height:240px;
   height:240px;
/*
   min-height:240px;
   height:240px;
*/
   padding-top:0px;
   font-size:11px;
   line-height:16px;
	}



div[class] .content_box {
	height:auto;
}

div.content_box.scroll-box {
	margin-top:0px;
	margin-bottom:0px;
   width:280px;
	overflow:auto;
}
div[class] .content_box.scroll-box {
	height:240px;
}
div[class] .not-page-gallery .content_box.scroll-box {
	height:240px;
}

.scroll-content {
	width:260px;
}
