div#story_rotator {
	font:10px "Helvetica", "Arial", sans-serif;
	width:800px;
	position:relative;
	
}

div#story_rotator div#overlays {
	width:190px;
	height:400px;
	overflow:hidden;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
}

div#story_rotator div#stories {
	width:800px;
	height:400px;
	overflow:hidden;
	z-index:1;
	position:relative;
	background-color:black;
}

div#story_rotator div.story {
	width:800px;
	height:400px;
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
}

div#story_rotator div.story > img {
	width:800px;
	display:none;
}

div#story_rotator div.overlay {
	height:400px;
	width:170px;
	color:white;
	background:url(overlay.png) no-repeat top left;
	padding:10px;
	overflow:hidden;
}

div#story_rotator div.overlay h1 { font-size:1.8em; margin-bottom:10px; }

div#story_rotator div.overlay h1 a {
	color:white;
	text-decoration:none;
	font-size:1em;
}

div#story_rotator div.overlay h1 a:hover {
	text-decoration:none;
}

div#story_rotator div.overlay a {
	color:#F80018;
	font-weight:bold;
	text-decoration:none;
}

div#story_rotator div.overlay a:hover {
	text-decoration:underline;
}

div#story_rotator div.overlay p, div.overlay span {
	font-size:1.15em;
	margin-bottom:10px;
	display:block;
	line-height:1.5em;
}

div#story_rotator div.nav * { margin:0; padding:0; }

/** Numbers Navigation **/

div#story_rotator div.nav.numbers {
	position:absolute;
	bottom:5px;
	right:310px;
	z-index:10;
}

div#story_rotator.both div.nav.numbers {
	position:absolute;
	bottom:35px;
	right:5px;
	z-index:10;
}

div#story_rotator div.nav.numbers li {
	list-style-type:none;
	float:left;
}

div#story_rotator div.nav.numbers li a {
	text-decoration:none;
	color:#FFF;
	font-size:1.2em;
	margin-right:3px;
	padding:5px;
	display:block;
	border:solid 1px #CCC;
	background-color:#0077E2;
}

div#story_rotator div.nav.numbers li.selected a {
	color:#FFF;
	background-color:#F80018;
}

div#story_rotator div.nav.numbers li a:hover {
	background-color:#FFF;
	color:#000;
	font-weight:bold;
}

/** Titles Navigation **/

div#story_rotator div.nav.titles ul.lavaLamp {
	position: relative;
	width: 800px;
	border-left:solid 2px black;
	border-right:solid 2px black;
	border-bottom:solid 2px black;
	background-color: #000;
	overflow: hidden;
	margin-top:0px;
	display:block;
}

div#story_rotator div.nav.titles li {
	float:left;
	list-style:none;
	cursor:pointer;
}

div#story_rotator div.nav.titles li.backLava {
	background-color:#F80018;
	width: 10px;
	z-index: 8;
	position: absolute;
	cursor:pointer;
}

div#story_rotator div.nav.titles li a {
	font-weight:bold;
	font-size:1.2em;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	display:block;
	cursor:pointer;
}
*/