.cover-image {
	width: 375px;
	height: 298px;
}

.cover-story, .cover-image {
	display: none;
}

.cover-story-content {
	font-size:13px;
	line-height:17px;
}

#cover-images, #cover-stories {
	float: left;
}

#cover-images {
	width: 365px;
	height: 290px;
	overflow: hidden;
}

#cover-stories {
	padding: 20px 10px;
	width: 255px;
	position: relative;
	height: 250px;
left:-20px;
line-height:11px;
}

#homepagestories {
	padding:0;
	margin:0;
}

#featured-stories {
	overflow: hidden;
	width: 640px;
	padding: 5px;
	height: 290px;
	background:#ededed;
}



/* Cover Story Pagination */

#story-continue {
	position: absolute;
	bottom: 18px;
	left: 10px;
}

#story-pagination {
	position: absolute;
	bottom: 10px;
	right: 0px;
	background:#fff;
	padding:3px;
}

.story-content {
	display: none;
}

#cover-stories h2 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	line-height: 10px;
}

#cover-stories h3 {
	font-size: 17px;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	line-height: 18px;
}

#story-pagination li a.current-story {
	font-size: 16px !important;
	color:#333;
}