#pn8-header {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
    padding: 4px 7px;
	color: #222;
/*	height:50px;
	overflow:hidden;
	position: relative;
*/}

/*#pn8-header[id] {display: table; position: static;} */

.pn8-header-left {
/*	width: 460px;*/
	float: left;
	padding: 3px 0 0 14px ;
	position: relative;
	top: -50%;
	width: 60%; 
}

.pn8-header-right {
	float:right;
	position: relative;
	top: -50%;
/*	width: 186px;*/
	text-align: right;

}

.pn8-title {
	font-family: 'Francois One', sans-serif !important;
	color: #373737 !important;
	font-weight: normal !important;
	font-size: 22px !important;
	margin: 30px 0 !important;
}


.pn8-controls {
    color: #373737;
    float: right;
    font-size: 12px;
    font-weight: bold;
}
.pn8-view #article-gradient {
    padding: 0;
    position: relative;
}
#pn8-header .pn8-previous, #pn8-header .pn8-next {
    background: url("images/buttons.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 0;
    margin: 0 10px;
    overflow: hidden;
    padding-top: 32px;
    vertical-align: middle;
    width: 62px;
}
#pn8-header .pn8-previous {
    margin-left: 0;
}
#pn8-header .pn8-previous:active {
    background-position: 0 -40px;
}
#pn8-header .pn8-next {
    background-position: -72px 0;
    margin-right: 0;
}
#pn8-header .pn8-next:active {
    background-position: -72px -40px;
}