﻿.follow-headlines-wrap {
	width: 525px;
	height: 198px;
	padding: 0 0 20px 0;
}
#body-wrap #headlines {
	float: left;
	width: 523px;
	height: 196px;
	box-shadow: inset 0 0 5px rgba(0,0,0, 0.2);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0, 0.2);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0, 0.2);
	font-size: 12px;
}
#headlines .layout-left {
	width: 323px;
	height: 196px;
	z-index: 1;
	overflow: hidden;
}
#headlines .layout-left a.image-clickable {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 323px;
	height: 196px;
}
#headlines .layout-left .overshadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 240px;
	z-index: 3;
	background: url('/siteassets/images/layout/shadow-right.png');
}
#headlines .layout-left .thumbnails {
	position: absolute;
	top: 6px;
	right: -70px;
	width: 104px;
	height: 240px;
	overflow: hidden;
	z-index: 2;
}
#headlines .layout-left:hover .thumbnails {
	xright: 9px;
}
#headlines .layout-left .more-thumbnails {
	position: absolute;
	top: 240px;
	right: 113px;
	padding: 10px;
}
#headlines .layout-left:hover .more-thumbnails {
	xtop: 195px;
}
#headlines .layout-left .more-thumbnails a.button {
	display: block;
	padding: 0 10px 30px 10px;
	height: auto;
	background-position: 0 29px;
	background-repeat: repeat-x;
	background-image: url('/siteassets/images/layout/shadow-bottom.png');
}
#headlines .layout-left .thumbnails ul {
	margin: 0;
	padding: 0;
}
#headlines .layout-left .thumbnails ul li {
	float: right;
	clear: both;
	width: 100px;
	height: 40px;
	background: #fff;
	border: #ddd solid 1px;
	margin: 6px 1px;
	list-style: none;
	padding: 0;
}
#headlines .layout-left .thumbnails ul li .img {
	width: 100px;
	height: 40px;
	overflow: hidden;
}
#headlines .layout-left .thumbnails ul li img {
	max-width: 100px;
	min-height: 40px;
	padding: 0;
	margin: 0;
}
#headlines .layout-left .thumbnails ul li:hover {
	cursor: pointer;
	border: #fff solid 1px;
	padding: 1px;
	margin: 5px 0;
	background-color: #ccc;
}
#headlines .layout-left .thumbnails ul li:first-child {
	display: none;
}
#headlines .layout-left .thumbnails .more-thumbnail:hover {
}
#headlines .layout-right {
	width: 200px;
	height: 196px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
	z-index: 2;
}
#headlines .layout-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#headlines .layout-right ul li {
	display: block;
	width: 168px;
	height: 176px;
	padding: 5px 15px 15px 15px;
	overflow: hidden;
}
#headlines .layout-right ul li .title {
	padding: 5px 0 10px 0;
}
#headlines .layout-right ul li p {
	line-height: 1.5;
}
#headlines .layout-right ul li p.read-more {
	text-align: right;
}
