/* iframe style */
#recent-news-box iframe {
	width: 540px;
	height: 600px;
}
#recent-news {
	background: none;	
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#recent-news #content {position: absolute;}
#recent-news .page-box {
	background: url() repeat;
    width: 100%;
	height: 100%;
	margin: 0;
}
#recent-news #up {
	position: absolute;
	top: 0px;
	left: 540px;
	width: 18px;
	height: 18px;
	z-index: 1;
}
#recent-news #down {
	position: absolute;
	top: 190px;
	left: 540px;
	width: 18px;
	height: 18px;
	z-index: 2;
}
#recent-news #drag {
	position: absolute;
	top: 5px;
	left: 540px;
	width: 52px;
	height: 25px;
	z-index: 3;
}
#recent-news #ruler {
	position: absolute;
	top: 5px;
	left: 540px;
	width: 540px;
	height: 25px;
	z-index: 4;
}
#recent-news #contentClip {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 540px;
	height: 600px;
	clip: rect(0px,540px,600px,0px);
	visibility: visible;
	z-index: 5;
	overflow: hidden;
	 padding: 0 5px 8px 10px;
}
#recent-news .news-box span {
	color: #9b6026;	
	display: block;
	margin-top: 10px;
}
#recent-news .news-box {
	margin: 10px 0 10px;
}


.news {
		font: 10px Verdana, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 13px;

}


