#rotatingStoryPreview {
	height: 410px;
	width: 225px;
	/*background: url("/site_graphics/bg_rsp.jpg") no-repeat top right;*/
	background: #660000;
	color: #fff;
	margin: 0px 0px 0px 0px;
	}
	
#storyContainer {
	}
	
#storyContainer div.story {
	position: absolute;
	width: 240px;
	margin-top: 10px;
	}
	
#storyContainer h3.previewHeadline {
	color: #ff6600;
	background-color: transparent;
	font-size: 13px;
	padding: 3px 0px;
	}
	
#storyContainer p {
	font-size: 9px;
	line-height: 12px;
	}
	
#storyControls {
	text-align: center;
	}
	
#storyControls ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	
#storyControls ul li {
	display: inline;
	}
	
#storyControls ul li a {
	color: #fff;
	text-decoration: none;
	}	
	
#storyControls ul li a img { display: inline; }
	
div.rspImageContainer {
	float: left;
	width: 235px;
	overflow: hidden;
	}
	
div.story p {
	margin: 10px 0px 20px 0px;
	}
	
div.story a {
	color: #ff6600;
	text-decoration: none;
	}
	
div.story a:hover {
	color: #33ccff;
	text-decoration: underline;
	}
