@charset "UTF-8";
#other_work_text {
	height: 425px;
	overflow: scroll;
	width: 418px;
	margin-left: 180px;
	top: 0px;
	position: absolute;
	font-size: 14px;
}
@media only screen and (max-device-width: 480px) {
	#other_work_text {
	overflow: visible;
	width: 418px;
	margin-left: 180px;
	top: 0px;
	position: absolute;
	font-size: 14px;
}

}
#other_work_text a {
	color: #555;
	text-decoration: none;
	font-size: 12px;
}
#other_work_text a:hover {
	color: #136926;
}
#other_work_image {
	margin-left: 0px;
}
#container #page_content #other_work_image #other_work_text span {
	text-align: center;
	margin-left: 120px;
}

