﻿#headlines {
	float: left;
	width: 928px;
	height: 240px;
	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);
}
#headlines .layout-left {
	width: 584px;
	height: 240px;
	z-index: 1;
	overflow: hidden;
}
#headlines .layout-left a.image-clickable {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 584px;
	height: 240px;
}
#headlines .layout-left .overshadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 240px;
	z-index: 3;
	background: url('../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: 10px 10px 20px 10px;
	height: 10px;
	line-height: 12px;
	background-position: 0 29px;
	background-repeat: repeat-x;
	background-image: url('../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: #fff solid 1px;
	margin: 6px 1px;
	list-style: none;
	padding: 0;
}
#headlines .layout-left .thumbnails ul li img {
	width: 100px;
	height: 40px;
}
#headlines .layout-left .thumbnails ul li:hover {
	cursor: pointer;
	border: #fff solid 1px;
	padding: 1px;
	background-color: #ccc;
	margin: 5px 0;
}
#headlines .layout-left .thumbnails ul li:first-child {
	display: none;
}
#headlines .layout-left .thumbnails .more-thumbnail:hover {
}
#headlines .layout-right {
	width: 304px;
	height: 210px;
	overflow: hidden;
	border: none;
	padding: 15px 20px;
	z-index: 2;
}
#headlines .layout-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#headlines .layout-right ul li {
	width: 304px;
	height: 225px;
}
#headlines p {
	line-height: 1.7;
}
#headlines p.read-more {
	text-align: right;
}