#headline-mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:491px;
	background:url('img/mask-headlines.png') no-repeat center -68px;
	z-index:2;
}
#headline-photos{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:490px;
	overflow:hidden;
	z-index:1;
}
#headline-photos li{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	text-align:center;
}
#headline-photos li.active{
	display:block;
}
#headlines .wrap{
	position:relative;
	height:500px;
	border-bottom:1px solid #4e0b05;
	z-index:3;
}

#headlines .container{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:102px;
	padding-top:1px;
	background-color:#701007;
	z-index:3;
}
#headlines section{
	display:inline-block;
}
#headlines section header{
	position:absolute;
	top:-51px;
	left:0;
	display:none;
	width:100%;
	background-color:rgba(0,0,0,.5);
	cursor:pointer;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	z-index:4;
}
.no-rgba #headlines section header{
	background-image:url('img/bg-headlines-header.png');
}
#headlines section.active header{
	display:block;
}
#headlines section header h1{
	font-size:18px;
	color:#fff;
	padding:15px;
	text-shadow:2px 2px #666;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#headline-arrow{
	position:absolute;
	top:-6px;
	left:20px;
	width:13px;
	height:6px;
	background:url('img/arrow-headlines.png') no-repeat;
	z-index:6;
}
#headlines .thumb{
	position:relative;
	min-width:112px;
	min-height:82px;
	padding:4px 4px 2px;
	margin:6px 0 0 2px;
	background-color:#4e0b05;
	cursor:pointer;
	z-index:3;
}
#headlines section.active .thumb{
	background-color:#9b5852;
}
#headlines section:first-child .thumb{
	margin-left:5px;
}
#headlines .thumb img{
	border:1px solid #fff;
}


#quick{
	position:absolute;
	top:70px;
	right:0;
	width:200px;
	height:25px;
	font-family:'Amethysta',Georgia,serif;
	font-size:12px;
	cursor:pointer;
	z-index:5;
}
#quick .caption{
	width:100%;
	height:100%;
	color:#ddd;
	background:rgba(0,0,0,.5) url('img/quick.png') no-repeat 183px 9px;
	margin-bottom:1px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	-webkit-transition:background-color .2s ease-out;
	-moz-transition:background-color .2s ease-out;
	-ms-transition:background-color .2s ease-out;
	-o-transition:background-color .2s ease-out;
	transition:background-color .2s ease-out;
}
.no-rgba #quick .caption{
	background:#716b63 url('img/quick.png') no-repeat 183px 9px;
}
#quick.active .caption,
#quick .caption:hover{
	background-color:rgba(0,0,0,.8);
}
.no-rgba #quick.active .caption,
.no-rgba #quick .caption:hover{
	background-color:#2c2a27;
}
#quick.active .caption{
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
#quick .caption span{
	display:inline-block;
	padding:5px 0 0 7px;
}
#quick .menu{
	display:none;
	padding:5px;
	background-color:rgba(0,0,0,0.9);
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
}
.no-rgba #quick .menu{
	background-color:#45413d;
}
#quick ul{
	list-style:url('img/li-footer.png');
	margin-left:10px;
}
#quick ul li{
	color:#fff;
	margin-bottom:5px;
}
#quick ul li a:hover{
	color:#ffba00;
}