#rsscontainer {
	width: 197px;
	height: 407px;
	margin-top: 5px;
	margin-left: 4px;
	overflow: hidden;
	background-image: url("../images/rss_icon.png");
	border: 1px solid #99CC99;
	position: relative;
	float: right;
}

#rsscontent {
	/*margin-top: 45px;*/
	position: relative;
	top: 0px;
	color: #555;
	padding: 5px;
}

#rssup {
	position: absolute;
	background-image: url("../images/rssup.png");
	width: 197px;
	height: 50px;
	filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  left: 0;
	top: 0;
}

#rssdn {
	position: absolute;
	background-image: url("../images/rssdown.png");
	width: 197px;
	height: 50px;
	filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  left: 0;
	bottom: 0;
}

.rsslink { color: #fff; text-decoration: none; font-size: 12px; line-height: 15px; }
.rssdata { font-size: 10px; line-height: 20px; }
.rsstext { font-size: 11px; text-decoration: none; color: #555; }
