#carousel {
	margin-bottom: 0px;
}

#storyContainer {
	height: 275px;
	margin: 0px auto;
	position: relative;
}

.storydiv {
	margin: 0px auto;
}

.storydiv h1 {
	margin: 4px 10px 2px 10px;
	background: #FFF;
	position: relative;
}

.storydiv p {
	margin: 0px 10px;
}

.storydiv .full_story {
	padding-top: 5px;
}

#story1 {
	display: none;
}

#story2 {
	display: none;
}

#story3 {
 display: none;
}

#story4 {
 display: none;
}

#story5 {
 display: none;
}

.storyDesc{
 padding-top: 10px;
 padding-right: 8px;
 display: block;
}

.fStory {
 padding-top: 10px;
 display:block;
 font-weight:bold;
}

#story_nav {
	height: 36px;
	font-size: 16px;
	line-height: 30px;
	padding-left: 10px;
	background: url(../images/layout/carousel_nav_bg.jpg) top left repeat-x;
}

#story_nav a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0px 4px;
	width: 22px;
	float: left;
	text-align: center;
	outline: none;
}

#story_nav a:hover, #story_nav .selStory a {
	text-decoration: underline;
}