#stripe {
	background: #333 url(/images/stripe_bg.jpg);
	margin-top: -50px; 
	height: 300px;
}

.rss-box {
	padding: 18px;
	height: 300px;
	background: #D9E2E0 url(../images/box_bg.png) repeat-x scroll center top;
	-moz-border-radius: 5px;
}

/* container for slides */
.rss-feed {
	position:relative;	
	height:280px;
	cursor:pointer;
}

/* single slide */
.rss-feed div {
	display:none;
	position:absolute;
	top:0;
	left:0;	
	height:280px;
	overflow: hidden;
}

	.rss-feed object {
		display: none;
	}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left: 169px;
}

/* single tab */
.tabs a {
	width:20px;
	height:20px;
	float:left;
	background: url(/images/rss_bullet.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -20px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -40px;     
} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
