h4.headline {
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	color: #636363;
	background:url(/images/bg-title.gif) repeat-x 0 7px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
h4.headline span {
	padding: 0 5px;
	background: #fff;
}
.gray-block {
	overflow: hidden;
	margin: 0 -10px 18px;
	padding: 8px 10px 10px ;
	position:relative;
	width: 300px;
	background: #eee;
}
.gray-block .headline span {
	background: #eee;
}
.last-media {
	overflow: hidden;
	height: 1%;
	position:relative;
	width: 300px;
	padding: 4px 0 0;
}
.last-media .holder {
	overflow: hidden;
	width: 300px;
	position:relative;
}
.last-media ul {
	margin:0;	padding:0;	list-style:none;
	width: 9999px;
	position:relative;
}
.last-media ul li {
	float: left;
	width: 300px;
	padding: 0 20px 0 0;
	position:relative;
	height: 196px;
	overflow: hidden;
}
.last-media .info {
	position:absolute;
	left: 0;
	bottom: 0;
	padding: 9px 10px;
	background:url(/images/bg.png);
	width: 280px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	cursor: pointer;
	font-weight: bold;
}
.last-media img {
	vertical-align: top;
}
.last-media .prev,
.last-media .next {
	position:absolute;
	z-index: 20;
	top: 63px;
	left: 0;
	text-indent:-9999px;
	overflow: hidden;
	background:url(/images/last-media-arrows.png) no-repeat;
	width:26px;
	height:42px;
}
.last-media .next {
	left: auto;
	right: 0;
	background-position: -26px 0;
}
